Hi there,
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 located the keystore file and have moved it into C:\android just to make things easier.
Then in command I type
c:\Program Files\Java\jdk1.5.0_13\bin>keytool -list -alias androiddebugkey -keystore "C:\android\debug.keystore" -storepass android -keypass android
And i keep getting the error
keytool error: java.lang.Exception: Keystore file does not exist: C:\android\debug.keystore
Ive also tried entering the keystore in from its original location rather than moving to c:\android but still get the same error!
Does anyone have any idea why this is happening? Also is there any other way to get this MD5 fingerprint? some program maybe?
Thanks alot.