SyntaxFix
Write A Post
Hire A Developer
Questions
🔍
[android] cannot find zip-align when publishing app
Home
Question
cannot find zip-align when publishing app
Steps to fix this,
Install latest version of Android SDK Build-Tools
Check if zipalign.exe is available in folder android-sdk\build-tools\ e.g. android-sdk\build-tools\21.1.0\
In some older version of android you may not find zipalign.exe. Do not panic, check any other verion in which zipalign is available.
Open your project.properties file and configure build-tools to point to the in which zipalign.exe is present. e.g. sdk.buildtools=21.1.0.
Restart your eclipse and try exporting again. It should work.
Examples related to
android
•
Under what circumstances can I call findViewById with an Options Menu / Action Bar item?
•
How to implement a simple scenario the OO way
•
My eclipse won't open, i download the bundle pack it keeps saying error log
•
getting " (1) no such column: _id10 " error
•
java doesn't run if structure inside of onclick listener
•
Cannot retrieve string(s) from preferences (settings)
•
strange error in my Animation Drawable
•
how to put image in a bundle and pass it to another activity
•
FragmentActivity to Fragment
•
A failure occurred while executing com.android.build.gradle.internal.tasks
Examples related to
zipalign
•
cannot find zip-align when publishing app