Skip to content

Instantly share code, notes, and snippets.

@rakuishi
Last active April 20, 2017 12:27
Show Gist options
  • Save rakuishi/6efaf49411d9dc987f3a97385aea55fe to your computer and use it in GitHub Desktop.
Save rakuishi/6efaf49411d9dc987f3a97385aea55fe to your computer and use it in GitHub Desktop.
keytool コマンドの操作方法を毎回忘れる
# 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