When I use the command:
C:\>keytool -list -alias androiddebugkey
-keystore .android\debug.keystore
-storepass android -keypass android
This ERROR occurs:
'keytool' is not recognized as an internal or external command, operable program or batch file.
I'm not able to get the certificate fingerprint(MD5) on my computer and have also ensured that the keystore file is present in the appropriate location.
Any help?