BUILD FAILED
D:\Programming\SDKs\android-sdk-windows\tools\ant\build.xml:479: SDK does not have any Build Tools installed.
After going for a googling for a while I found out from this stackoverflow question that now android separate the platform-tools and build-tools. you can check on android sdk folder that now there is build-tools folder inside. To resolve this problem we need to open the SDK Manager and install the missing build tools.
At first when I update the sdk to v22 this Android SDK build-tool doesn't exist, but after updating the list it showed up on the list. Install it and the problem can be solved. have fun :)
No comments:
Post a Comment