Cordova: buildToolsVersion is not specified (MacOS)

前端 未结 1 1393
情书的邮戳
情书的邮戳 2021-01-21 12:54

I am getting below error while running cordova build android --release

Failed to notify ProjectEvaluationListener.afterEvaluate(), but primary conf         


        
相关标签:
1条回答
  • 2021-01-21 13:41

    Looking at the Cordova Android GitHub repo and searching it for buildToolsVersion, you'll see in build.gradle the Android buildToolsVersion is currently set for 23.0.1

    Click on the search link above, and try installing the Android Build Tools version shown for the file build.gradle.

    0 讨论(0)
提交回复
热议问题