I currently trying to get a SHA1 certificate for android, but it results in weird characters appearing at my command prompt screen. Below is the screenshot:
is there something wrong at my computer's settings? Thank you.
I currently trying to get a SHA1 certificate for android, but it results in weird characters appearing at my command prompt screen. Below is the screenshot:
is there something wrong at my computer's settings? Thank you.
You were almost there!!
In case anyone gets stuck on this, I would solve this as below:
Just replace -exportcert
to -list -v
keytool -list -v -alias androiddebugkey -keystore <path-to-key-store>/debug.keystore
This is somehow related to an encoding issue with exportcert. You can read more about it here: keytool -exportcert encoding issue
Forget all the things to find SHA1 Key . The best solution for generating SHA1 key for android is from android studio. Just follow the easy steps as below.