How to zip Align APK file in android?
Read the documentation from Google itself The steps should be simple to follow. Please follow this doc from google for complete publishing details In short,complete steps in a nutshell(I am assuming you use eclipse/android sdk): 1. Check android_manifest.xml and verify that android:debuggable attribute is set to false in your manifest file 2. Check the android:versionCode … Read more