Android build failing with build.xml:479: SDK does not have any Build Tools installed

后端 未结 6 735
粉色の甜心
粉色の甜心 2020-12-08 18:26

Why does my build fail with this error?

{android-sdk}/tools/ant/build.xml:479: SDK does not have any Build Tools installed

It

6条回答
  •  暖寄归人
    2020-12-08 18:54

    Because you don't have android SDK build-tools installed:

    $ ~/Desktop/android/tools/android

提交回复
热议问题