I\'m trying to generate the MD5 fingerprint from the debug.keystore file using keytool.exe in my JDK so I can use Google Maps in my Android project. I\'ve locat
debug.keystore
You should execute the keytools from c:\Program Files (x86)\java\jre6\bin>
c:\Program Files (x86)\java\jre6\bin>
And here execute the keytool command without "\"
keytool -list -alias androiddebugkey -keystore C:\Users\\.android\debug.keystore -storepass android -keypass android
It will work!