How to zipalign the .apk file using eclipse? How to zipalign the .apk file using eclipse? android android

How to zipalign the .apk file using eclipse?


If you did what you described above then Eclipse has already zipaligned your apk for you. You can't zipalign an already zipaligned package


I think this will help you

D:\android-sdk\android-sdk\tools>zipalign -f -v 4 "C:\Users\name\Desktop\project_name\projectname_signed.apk" "C:\Users\name\Desktop\project_name\projectname__zipaligned.apk"


Using the steps given, Eclipse will do zipalign for you.