Cordova + Google Maps Error: more than one library with package name 'com.google.android.gms' -


i'm making app cordova , followed tutorial https://github.com/wf9a5m75/phonegap-googlemaps-plugin/wiki/tutorial-for-windows i'm getting error can't resolve:

* went wrong: execution failed task ':processdebugresources'. > error: more 1 library package name 'com.google.android.gms' can temporarily disable error android.enforceuniquepackagename=false however, temporary , enforced in 1.0 

can please me? i'm new @ this.. thank you

i ran same problem. seemed caused conflicts in android build.gradle after installing / removing various plugins. able solve reinstalling android platform, regenerated build.gradle:

cordova platform remove android cordova platform add android 

Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -