Cordova: buildToolsVersion is not specified (MacOS)

前端 未结 1 1395
情书的邮戳
情书的邮戳 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)
提交回复
热议问题