I am working on Monaca.io and try to build android with Google maps plugin by the structions from cordova plugin google maps
After build it shown error below:
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':processReleaseResources'. > 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
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 10.305 secs
How do I fix it?