jcesarmobile commented on issue #829: cordova build android error URL: https://github.com/apache/cordova-android/issues/829#issuecomment-533791837 You can't mix android x dependencies with regular dependencies, so this is probably caused by a plugin that didn't have a fixed version of the dependencies and now is picking latest one that uses Android X. You'll have to check your plugins and see which one is bringing that dependency, or use a plugin that changes all dependencies to android x dependencies, such as https://github.com/apache/cordova-android/issues/565#issuecomment-486346219 Also you are using old versions of CLI and cordova-android, to report issues you have to be using latest versions to make sure the issue is still present.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
