bamlab / fastlane-plugin-cordova

Integrate your Cordova build into your Fastlane setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support to use Cordova-Android 10.0.1

whackykhan opened this issue · comments

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.