Created
June 21, 2016 03:34
-
-
Save trinnguyen/c05a8dc737b2fb98600ff77c28fe2573 to your computer and use it in GitHub Desktop.
Linkedin Mobile SDK Android - generate hash for debug keystore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
keytool -exportcert -keystore debug.keystore -alias androiddebugkey | openssl sha1 -binary | openssl base64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment