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

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

    Just go to .buildozer/android/platform/andoridsdk/tools and run Android SDK GUI. Install the latest build tools. I just worked around this; I installed buildtools 19.1 and the packaging was done successfully.

提交回复
热议问题