the zipalign tool was not found in the sdk

AndroidEclipse

Android Problem Overview


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 : https://stackoverflow.com/questions/4581770/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?

Android Solutions


Solution 1 - Android

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.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionJuliatzinView Question on Stackoverflow
Solution 1 - Androiduser3827760View Answer on Stackoverflow