Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I have updated Android SDK to rev. 22 yesterday and there is no apkbuilder in tools

Tags:

android

apk

build

I have checked with my friend who has Android SDK tools version 21, the apkbuilder is there. I have updated the Android SDK tools to version 22 and I can't find apkbuilder anymore.

So it seems that the Andorid SDK tool has replace the apkbuilder with something else? How can I make ant build.xml without apkbuilder? Is there some other way to build the unsigned apk for Android?

like image 299
tommy cheung Avatar asked May 18 '13 04:05

tommy cheung


1 Answers

You may want to look at this.

After updating to SDK Tools to rev. 22 for the first time, you may need to relaunch Android SDK Manager again and install a new item: Android SDK Build-tools. enter image description here

After installing this, clean your projects and rebuild.

like image 187
Krauxe Avatar answered Sep 20 '22 04:09

Krauxe