You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
Is is possible to defer to the playservices if present?
Version: 1.4.3
Specific error is:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':processX86DebugResources'.
> Error: more than one library with package name 'com.google.android.gms'
You can temporarily disable this error with android.enforceUniquePackageName=false
However, this is temporary and will be enforced in 1.0
The text was updated successfully, but these errors were encountered:
I already tried namespacing the playservices plugin. But that didn't work. For some reason the maps plugin can't find the library/framework. I think it might be wrapping it but I'm not sure why.
I have traced it back to com.google.playservices which is a dependency of com.google.maps(https://github.com/wf9a5m75/phonegap-googlemaps-plugin/).
Is is possible to defer to the playservices if present?
Version: 1.4.3
Specific error is:
The text was updated successfully, but these errors were encountered: