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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
