All Android appliation need signed key. When you want to publish your application, you can not use debuger signed, and you have to create your own key. here are the steps:
- Rigth click your project -> Android Tools -> Export Signed
Application Package - Select your project
- Choose "Create new keystore"
Enter key file location to store the key
enter your password - Fill form of key creation
Alias: The name of the key for
Password: reenter your key created at poin 3
Validity year: fill maximum i.e 25 years
Fist Name: fill your name
Orgnization: your corporate
City or Location: your city
State or Province: your state/province
Country Code (XX): for example ID for Indonesia - Select your folder to place APK File
- Finish.
Remeber to keep the pair of password and key file. To make it easy, create 2 file, for example mykey.key file to store the key and mykey.txt file to store your password in text.
Note: This pair password and key must be used for application update!
No comments:
Post a Comment