Friday, 6 July 2012

Android Application publish into Android Market


Step: 1 Get the MD5 Key from you computer and Go to Googles link for getting Map Key and get you Unique key for you System.
Step: 2 Copy and paste it in XMl file
Step: 3 Now Right Click Project->Export Application->Select you Project->Next->Select new Keystore -> Complete all rest Steps
Step: 4 Note down you alias name and password given.
Step: 5 Now if you Complete all process of Filling Details you will get one .apk file and keystore file in you stored location.
Step: 6 Now open command prompt type this command in it --> Got to you Java bin path -> keytool.exe -list -alias "aliasname" -keystore "location of keystore generated" -storepass "password" -keypass "password"
Step: 7 Now hit enter you will get MD5 again
Step: 8 Now copy it paste it in in Google Key link and get you key.
Step: 9 Now go to you XML put the new key in XML file.
Step: 10 Now Right Click Project->Export Application->Select you Project->Next->Use Existing Keystore -> Give location and password->Next
Step: 11 Now you alias name will comes in your Drop Down->Select it -> Enter Password -> Next
Step: 13 It will ask for location to store your final .apk file.
Step: 14 Select your location and store.
Step: 15 Now this Final .apk file will shows MAPVIEW in all Devices.
C:\Users\FSSD6>keytool.exe -list -alias aliasname -keystore "location" -storepas s password -keypass password

No comments:

Post a Comment