2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Android:SHA-1のカンタンな確認方法

Last updated at Posted at 2021-05-18

SHA-1を手っ取り早く確認したいとき

  • AndroidStudio開く
  • AndroidStudioの一番したのバーのTerminalを選択
  • 以下のコマンドを叩く
keytool -list -v \
-alias androiddebugkey -keystore ~/.android/debug.keystore
  • パスワードの入力を求められるのでandroidと入力

以上でSHA-1を簡単に取得できます!!イェイ

2
0
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?