You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to build for android, we get this error:
Build-tool 32.0.0 is missing DX at /Users/runner/Library/Android/sdk/build-tools/32.0.0/dx
Cordova only supports Android build tools upto 30.3. By default, Cordova 10 tries to fetch the latest version of android SDK tools which breaks the build.
When trying to build for android, we get this error:
Build-tool 32.0.0 is missing DX at /Users/runner/Library/Android/sdk/build-tools/32.0.0/dx
Cordova only supports Android build tools upto 30.3. By default, Cordova 10 tries to fetch the latest version of android SDK tools which breaks the build.
But this has been fixed by Cordova:
https://cordova.apache.org/announcements/2021/07/30/cordova-android-10.0.1.html
We have no means to specify how to use the Cordova Android 10.0.1 or later for that matter.
The text was updated successfully, but these errors were encountered: