debug.keystore does not exist

android, cmd, google-maps, java, md5

Solution

If you are using Eclipse you can find the location of your debug keystore with:

Window > Preferences> Android > Click the triangle on left of "Android"to open the sub menu > Build

This will tell you location of your debug keystore and let you set a custom debug keystore.

Problem

I'm trying to generate an MD5 fingerprint but the problem is that everytime i try typing in the whole code, it says debug.keystore does not exist. I've seem multiple different threads on the same thing but none of them seemed to really help my issue. What i type in is ``` C:\Program Files\Java\jdk1.7.0_01\bin>keytool -v -list -alias androiddebugkey -keystore debug.keystore -storepass android -keypass android ``` Can sombody please help me debug this problem? thank you.

Original source