I have created a signed apk using Android Studio and I\'m now going to zipalign it, I have read this:
http://developer.android.com/tools/help/zipalign.html
but I\'m still n
If you have created an .apk file (release mode) from Android Studio, your APK is already aligned. The zipalign step is part of the Build Process in Android Studio.