I faced some problem while using “zipalign” so i want to give a clear information how to do that .
- find “zipalign.exe” in your computer.(Android SDK must be installed)
2)go to that directory on command prompt . - zipalign -f -v 4 PATH_OF_YOUR_SIGNED_APP PATH_WHERE_YOU_WANT_TO_ZIPALIGNED_APP
Example:
C:\Users\home\Documents\build-tools\25.0.2>zipalign -v 4 C:\Users\home\benimsozluk\platforms\android\build\outputs\apk\android-release-unsigned.apk C:\Users\home\benimsozluk\myapp.apk
Thank YOU