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


why build fail error?

{android-sdk}/tools/ant/build.xml:479: sdk not have build tools installed

it started showing after updating sdk tools 22

try run

android update sdk -u 

in terminal.

you see logs on screen

installing archives:   preparing install archives   downloading android sdk platform-tools, revision 17   installing android sdk platform-tools, revision 17     stopping adb server succeeded.     installed android sdk platform-tools, revision 1799%)   downloading android sdk build-tools, revision 17   installing android sdk build-tools, revision 17     installed android sdk build-tools, revision 1799%)   downloading arm eabi v7a system image, android api 17, revision 2      (71%, 775 kib/s, 41 seconds left)) 

after android sdk updated, make sure build tools installed.

enter image description here


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -