Android keystore password change
keytool -storepasswd -keystore "key.jks"
keytool -keypasswd -alias key -new newpass -keystore key.jks
keytool -storepasswd -keystore key.jks
반응형
'Study' 카테고리의 다른 글
안드로이드 invalid android_key_hash or ios_bundle_id or web_site_url (0) | 2021.07.02 |
---|---|
[Flutter] nextFocus가 이상한데로 이동할때 (0) | 2021.05.29 |
Flutter iOS Fastlane 설정 (0) | 2021.05.08 |
change git remote (0) | 2020.11.17 |
게임 개발 (0) | 2016.07.30 |