i try implement google+ login in app plugin: https://github.com/eddyverbruggen/cordova-plugin-googleplus
sadly, plugin not working me. when install plugin , run command "phonegap build android" shows me build failed error message. here pastebin of it: http://pastebin.com/hsuksnes
i searching whole day fix problem can't find solution..
can please add below code in gradle file
configurations { all*.exclude group: 'com.android.support', module: 'support-v4'
}
Comments
Post a Comment