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 2022/02/04 19:12:44 UTC

[GitHub] [cordova-android] breautek commented on issue #1391: Fix error message when installed build tools version greater than MIN_BUILD_TOOLS_VERSION + 1

breautek commented on issue #1391:
URL: https://github.com/apache/cordova-android/issues/1391#issuecomment-1030274804


   In regards to the error message, it's definitely an oversight. It should be more descriptive.
   
   The code in question attempts to automatically find the latest version of build tools that is installed, but it should not automatically choose the next major version. Doing so is error prone as major version jumps generally indicate some sort of breaking change.
   
   `android-buildToolsVersion` preference should forcefully allow a particular build tools version but changing the build tools version will likely cause build issues.


-- 
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: issues-unsubscribe@cordova.apache.org

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