Not Able To Access Google Maps
I got the procedure for accessing google maps that we need to generate the system key and submit that key to the google api for the permission. I have successfully generated the sy
Solution 1:
What version of JRE are you using? If you are on 7 it doesn't generate an MD5 hash by default instead it generates a SHA1. Adding -v after the -list will generate an MD5 instead of SHA1.
keytool.exe -list -v -alias androiddebugkey -keystore "Path to your keystore" -storepass android -keypass android
Post a Comment for "Not Able To Access Google Maps"