Thursday, February 23, 2012

Generate signed APK for Android Application

After you finished you Android application development, you can generate signed APK. We go going to generate signed APK for last exercise, Get system properties of os name and version.

- In Eclipse IDE, right click on your project in Package Explorer. -> Android Tools -> Export Signed Application Package...
Generate signed APK for Android Application

- Make sure the correct project is selected, and click Next.
Select project

- Select the keystore file location, and enter password. Then click Next.
Keystore selection

- Enter Alias, password, number of validity years, and at least one Certificate issuer field.
Key Creation

- Select destination of the APK file. and click Finish.
Select destination

- The keystore and apk files will be generated.
Keystore and APK generated

No comments: