I am trying to integrate the google plus login in my app So I need SHA 1.
So I am trying to generate through command line using
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore -list -v
but it is asking for the keystore password, when I am entering the password( that i use will while signing the apk) It says wrong password.
How to reset that password?
The default password for ~/.android/debug.keystore is android