Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

the zipalign tool was not found in the sdk [duplicate]

When I want to export a signed apk, I get this message :

the zipalign tool was not found in the sdk 

I've updated my sdk, my eclipse, still get it. Then, I saw I had no file called zipalign in my sdk/tools folder. So I copied one I had in another sdk folder, as I saw in another post.

I checked this post : Error while running zipalign I'm exporting to the desktop, so I have rights.

I have no idea, what should I do now. It seems that this problems happens after updating sdk

https://groups.google.com/forum/#!topic/appium-discuss/h7JwtwmJCIM

PD: I use Mac.

Any Idea?

like image 657
Juliatzin Avatar asked Jul 07 '14 18:07

Juliatzin


People also ask

Where is Zipalign located?

The zipalign file is located in build-tools in the path where Android SDK is installed.

Where can I buy Zipalign?

zipalign has moved to be part of the "build tools", and can be found in the various build-tools/ directories in your Android SDK installation.


1 Answers

In Eclipse, go to Window → Android SDK Manager, check Android SDK **Build-tools** Rev. 20 and then click Install.

After the update restart Eclipse and try again.

like image 200
user3827760 Avatar answered Oct 19 '22 11:10

user3827760