I have some issues obtaining the MD5 Fingerprint of the SDK Debug Certificate . I type this in the command line : keytool -list -alias androiddebugkey -keystore debug.keystore -storepass android -keypass android . I get ” keytool is not recognized as an internal or external command” . This is my command line .
I would really appreciate an answer asap.
That’s probably because you don’t have the jdk’s bin folder in your system’s path.
In windows: c:\Programs file\Java\jdk1.X.*Y*\bin\
alternatively, if you are using Eclipse, you can install the keytool from here