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

【Firebase認証】keytoolが実行できない時の対処法【スクショ付き】

Last updated at Posted at 2020-09-08

FlutterにてFirebaseのAuthentication認証を実装中、証明書のフィンガープリントを作成する工程がありますが、keytoolコマンドが実行できませんでした。

対処法:パスを通す

keytool.exeへのパスを通しましょう。

※以下はWindows10での説明。

keytoolはどこにある?

▼検索してみましょう。Android Studio内にあると思います。
コメント 2020-09-09 044938.png

環境変数にパスを追加

▼システム環境変数の設定を開きます。
コメント 2020-09-09 045600.png

▼Pathをダブルクリック。
コメント 2020-09-05 112929_censored (1).jpg

▼keytoolのパスを追加。
コメント 2020-09-05 112945_censored (1).jpg

以上で使用できるようになります。

検証

証明書の発行コマンドはこちら。
(ユーザー名)は書き換えてください。

keytool -list -v -alias androiddebugkey -keystore /Users/(ユーザー名)/.android/debug.keystore

実行できました!
コメント 2020-09-05 113015_censored (3).jpg

0
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
0
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?