LoginSignup
3
3

More than 5 years have passed since last update.

Android keysotreファイルの編集方法

Posted at

コマンドプロントからkeytoolコマンドを使うことによって編集を行う。
自分の環境ではkeytoolはC:\Program Files\Java\jre1.8.0_65\binに移動後実行できる。(おそらくパスを通せばどこでも実行可能)

keyを削除

keytool -delete -alias [key name] -keystore [keystoreファイルのパス]

keystoreのパスワード変更

keytool -storepasswd -keystore [keystoreファイルのパス]

keyのパスワードを変更

keytool -keypasswd -alias [key name] -keystore [keystoreファイルのパス]

3
3
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
3
3