Last active
April 20, 2017 12:27
-
-
Save rakuishi/6efaf49411d9dc987f3a97385aea55fe to your computer and use it in GitHub Desktop.
keytool コマンドの操作方法を毎回忘れる
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
# Create `debug.keystore` to get an OAuth 2.0 Client ID | |
$ keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android | |
# Confirm keystore | |
$ keytool -v -list -keystore debug.keystore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment