With the rising use of mobile apps, everyday thousands of applications are developed. For the developers, the next best step after design, implementation, testing and debugging, is to quickly upload it on App Store, BlackBerry World and Google Play Store.
I will share the steps that will help you publish your application on Google Play Store easily and quickly. But before that, we need to generate Zipaligned APK to be published. Here are the steps to it –
Publish with generating key Zipaligned:
Android developers who have created, designed, developed, tested their application using Eclipse framework can create zip aligned apk to put it on Google Play.
- Select the app project and right click on it.
2.Select Android Tools -> Export Signed Application Package.
3.Enter the project name.
4. Create a new key store.
5. Give the password and confirm it. Click Next.
6. Fill up the key creation form and click Next
   Â
7. Select the destination apk file and browse the location.
8. After selecting the location, click on Finish button.
Publish the app with the generated key to zipalign it:
- Right click on the selected project.
2.Choose Android Tools -> Export Signed Application Package.
3. Select the project name. Click Next.
4. Use the existing location for generated keystore and enter password. Click Next.
5.Select an Alias name of project and enter the password. Click on Next.
6. Select the location for saving the generated .apk.
7. Click on Finish.
The APK is now ready to be published on Google Play. You can see Part 2 of the blog to know how to publish the APK on Google Play.