You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/04/09 07:53:53 UTC

[GitHub] [cordova-android] jcesarmobile commented on issue #1192: Build failed with two plugins included

jcesarmobile commented on issue #1192:
URL: https://github.com/apache/cordova-android/issues/1192#issuecomment-816492535


   First of all you should make the play services version match, one is using 17.0.0 and the other 19.8.0.
   
   Second, you can’t mix AndroidX libraries with non AndroidX libraries. `AndroidXEnabled` just enables AndroidX in your project, but the google maps plugin uses non AndroidX libraries, so you’ll have to use something that patches the plugin, like jetifier or cordova-plugin-androidx-adapter


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org