i have created an app with maps.i have followed every step as i have found from the web,i have got the key and the app is working excellent on the emulator and i can see the maps.But as i load the singned apk to my mobile the map is not showing…:(..any idea?
Share
Do this (assuming the that keytool is in your path):
Type
keytool -genkey -v -keystore my-release-key.keystore -alias release_alias -keyalg RSA -keysize 2048 -validity 10000
This keystore will be in the the directory where you ran the keytool command from, in my case it was in C:\users\FirstName
Now to view the generated MD5 fingerprint, type:
keytool -list -alias release_alias -keystore c:\users\FirstName\my-release-key.keystore
You will see:
This is your new MD5 generated from the RELEASE key, submit this to the Google API key page and you will get back:
Put that key in your XML