本文主要是介绍cordova 12 编译失败 No usable Android build tools found. Highest 33.x installed version is 30.0.3;,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
问题 :
No usable Android build tools found. Highest 33.x installed version is 30.0.3; Recommended version is 33.0.2.
解决办法
需要更新 Build Tools,cordova使用 cordova-android@12,需要在 SDK Manager 中安装 SDK Platform 33 以及 SDK Build Tools 33.0.2。
参考
cordova 12更新内容
这篇关于cordova 12 编译失败 No usable Android build tools found. Highest 33.x installed version is 30.0.3;的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!