Created
May 8, 2015 10:21
-
-
Save mladenp/253c04d499529bb57c79 to your computer and use it in GitHub Desktop.
Get Android Keystore Certificate
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
Linux: | |
keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android | |
Windows: | |
keytool -list -v -keystore %USERPROFILE%/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment