Wednesday, 21 May 2014

Retrieve the SHA1 fingerprints of the Android Debug Key

Note to self. How to retrieve the SHA1 fingerprints of the Android Debug Key using a Terminal window:

keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore -list -v

And the output looks like this:


No comments:

Post a Comment

Comments are moderated, so you'll have to wait a little bit before they appear!