2
2

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 5 years have passed since last update.

keytoolでSHA1フィンガープリントとると文字化けする対処

Posted at

google+で認証しようとして公式サイト
https://developers.google.com/+/quickstart/android
参考にやってると
keytool -exportcert -alias androiddebugkey -keystore <path-to-debug-or-production-keystore> -list -v
こういう風に書いてるんですが、
これこのままやってなんかばけばけでした。

こちらのブログを参考に
http://d.hatena.ne.jp/sakura_bird1/20111218/1324177130

$ keytool -list -keystore ~/.android/debug.keystore
これを打つとうまくいきました。

2
2
0

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
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?