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 2021/07/21 19:07:31 UTC

[GitHub] [cordova] kputh edited a comment on issue #294: Android build fails with Android SDK Build-Tools 31.0.0

kputh edited a comment on issue #294:
URL: https://github.com/apache/cordova/issues/294#issuecomment-884423978


   # Workaround
   
   My first attempt to work around this issue was upgrading to cordova-android 10.0.0, and my second one was pinning the Android SDK Build-Tools version as seen above. When both failed, uninstalling the offending dependency did the trick. It can be done in Android Studio or on the command line:
   
       $ANDROID_HOME/tools/bin/sdkmanager --uninstall "build-tools;31.0.0"


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org

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



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