Tuesday, 19 July 2016

Custom Kestore to upload signed APK for Playstore using SHA1

Usually when  create the google map it will run proper in locally after setting google key ,package name and SHA1 certificate fingerprint

when upload the APK to play store we have to create custom keystore, then only we will be able to upload playstore
 here when change the keystore default into custom obviously SHA1 fingerprint also will get changed
so we have to try change in eclipse


here or we can try

C:\Users\**********>keytool -list -keystore D:\APK\Keystore\oneapp.keystore
Enter keystore password:

Keystore type: JKS
Keystore provider: SUN

Your keystore contains 1 entry

oneapp, Jul 19, 2016, PrivateKeyEntry,
Certificate fingerprint (SHA1): CF:64:96:E5:A9:F9:EF:70:6F:7D:18:2B:54:36:E5:7D:
A8:5F:7A:99







There is other way of doing as follow here


Steps (for ADT):
1.Export any project (It will show you an option to create custom keystore).
enter image description here
create your keystore with an extention ".keystore" and give password android and press next.
2.enter image description here
give alias name = androiddebugkey and password = android
now press finish and your keystore is ready.
1.Go to windows -> preference
and give the path of your custom keystore file
enter image description here