6

I am making an Android app and am using the Facebook SDK. I generated the Android Key Hash by executing:

keytool -exportcert -alias androiddebugkey -keystore %HOMEPATH%\.android\debug.keystore | openssl sha1 -binary | openssl base64

How can I retrieve the Certificate fingerprint <SHA1>?

1 Answer 1

11

After a little research, this worked for me:

keytool -list -alias androiddebugkey -keystore %HOMEPATH%/.android/debug.keystore 
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.