I'm trying to get SHA-1 certificate for my Android Firebase project, following this instructions https://developers.google.com/android/guides/client-auth. When I enter this command in my cmd:
keytool -exportcert -list -v \ -alias androiddebugkey -keystore %USERPROFILE%\.android\debug.keystore I supposed to be asked to enter password, where I should enter android. But I am getting this:
So, what am I doing wrong here ?




