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

后端 未结 6 746
粉色の甜心
粉色の甜心 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:51

    I installed Build Tools using SDK manager. They look installed, but they aren't. My {SDK}/build-tools folder is simply empty.

    I just downloaded sdk from http://developer.android.com/sdk/index.html and moved android-4.2.2 folder in my build-tools folder.

提交回复
热议问题