You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/09/21 11:49:18 UTC

[GitHub] [cordova-android] jcesarmobile commented on issue #829: cordova build android error

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:
users@infra.apache.org


With regards,
Apache Git Services

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