appfeel / analytics-google-adid

Enable iOS IDFA collection on Google Analytics (combine with appfeel/analytics-cordova)
MIT License
11 stars 5 forks source link

'com.google.android.gms' conflict with phonegap-plugin-push #5

Closed GavinHellyer closed 8 years ago

GavinHellyer commented 8 years ago

I am getting a conflict with com.google.android.gms when using this plugin with phonegap-plugin-push.

Execution failed for task ':processDebugResources'.
> Error: more than one library with package name 'com.google.android.gms'

Any assistance here as I need to use Push Notifications as well as use the ADID data.

enricodeleo commented 8 years ago

+1 the same happens to me. It is limited to Android apparently because of cordova-google-play-services plugin being installed automatically.

Ziv-Barber commented 8 years ago

See issue #7 for my work around. Use it any time that you have a problem like that.

miqmago commented 8 years ago

Fixed in the new version of the plugin

degaray commented 7 years ago

I am still getting it. I recently upgraded my SDK and Cordova and it is now giving the same error