-
Notifications
You must be signed in to change notification settings - Fork 626
Fix for 'com.google.android.gms.license' bug #474
Fix for 'com.google.android.gms.license' bug #474
Conversation
@EddyVerbruggen thanks! When will this be available on npm so phonegap build works again? |
Nevermind, I just tried it and it works! Thanks! |
I'm getting a build error, suspect this merge is the cause, builds ok on v5.2.1 :CordovaLib:mergeDebugAssets :transformClassesWithDexBuilderForDebug :transformDexArchiveWithExternalLibsDexMergerForDebug FAILED FAILURE: Build failed with an exception.
BUILD FAILED in 15s FAILURE: Build failed with an exception.
|
@petemcwilliams I don't see a relevant error in this log. Can you update your Android repo's locally and try again? |
Sorry what are you referring to as updating my Android repo locally... Suspect the issue is the change of version of the google version from + to a specific version and conflicts with other cordova plugins |
Open Android Studio, and update 'Android Support Repository' and 'Android Support Library' through the Android SDK manager. The plugin now pins to version 11.8.0. I'm not surprised this change opens up a new can of worms. |
Ok thanks, will give that a go |
Seems to be an issue with a conflict with other modules using google v12.0.1, for example firebase... My workaround is based on arnesson/cordova-plugin-firebase#610 to place the build-extras.gradle in correct place and I liked this method of setting a version against a module group rather than individually https://stackoverflow.com/a/39292202
|
Related issue : #473