Find debug SHA-1 & SHA-256

Okay, now we need to get the SHA-1 and SHA-256 debug keys.

After you set your JDK path in CMD, we need to write commands into CMD.

keytool -list -v -keystore "C:\Users\YOUR_USER\.android/debug.keystore" -alias androiddebugkey -storepass android -keypass android

Press Enter and wait until the process ends.

Congratulations! You have successfully debugged SHA-1 and SHA-256.

Last updated