LoginSignup
1
1

More than 5 years have passed since last update.

[Flutter] apk 作りメモ。

Posted at

keytool -genkey -v -keystore ~/key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias key

ここで ~/key.jks はWindowsの場合経路を自分がkey fileをセーブしで欲しい
folder の経路に変更する必要がある。これで、人生の時間セーブが可能である。

例えば、C:\Users[yourname]\key.jks で

keytool -genkey -v -keystore C:\Users[yourname]\key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias key

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