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.