views:

181

answers:

1

Hi there, I'm following the guides online here( http://code.google.com/android/add-ons/google-apis/mapkey.html ) and i'm having trouble "Getting the MD5 Fingerprint of Your Signing Certificate".

Ive found the location of the keytool and now when i put into the command line

keytool -list -alias androiddebugkey -keystore "C:\Users\Chris.android\debug.keystore" -storepass android -keypass android

i get the following error

keytool error: java.lang.Exception: Keystore file does not exist: C:\Users\Chris.android\debug.keystore

Can someone shed some light and help me out as i've been trying this for ages and don't know whats wrong.

Thanks alot.

A: 

Run

keytool -list -alias androiddebugkey -keystore "C:\Users\Chris.android\debug.keystore" -storepass android -keypass android

You left out a \ between Chris and .android

BrennaSoft
yeah sorry that was just a typo. I have tried running with the \ inserted but still the same error.For some reason its saying that the keystore doesn't exist in that location but i can see it clearly is there when i browse to that there!
Capsud