when i try to get the MD5 fingerprint using keytool
, I get a SHA1 fingerprint instead and the google maps doesnt recognize it. How do I get the MD5 fingerprint?
Try this one in cmd:
First go on this path : C:\Program Files\Java\jdk1.6.0_33\bin
then
Type this command..
C:\Program Files\Java\jdk1.6.0_33\bin > keytool.exe -list -alias androiddebugkey -keystore c:\Users\Mitul.android\debug.keystore -keypass android -storepass android
The blow code will work! try this to get md5 key
C:\Program Files\Java\jdk1.6.0_23\bin>keytool.exe -list -alias androiddebugkey - keystore "c:\Users\Administrator.android\debug.keystore" -storepass android -ke ypass android
instead of path & users administrator give your own