首页 行业资讯 宠物日常 宠物养护 宠物健康 宠物故事

hbuilder 打包安卓包能配置schema吗

发布网友 发布时间:2022-04-26 21:10

我来回答

1个回答

热心网友 时间:2023-11-02 19:45

Solution: The KeyStore password and The Key password should be the same.
Changing both passwords using keytool
Change KeyStore password
keytool -storepasswd -new %newpassword% -keystore %YourKeyStore%.jks
replace %newpassword% with your actual password, same with YourKeyStore
Change Alias key Password
keytool -keypasswd -alias %MyKeyAlias% -new %newpassword% -keystore KeyStore.jks
Note: supply old password for both keystore and alias when asked for

热心网友 时间:2023-11-02 19:45

Solution: The KeyStore password and The Key password should be the same.
Changing both passwords using keytool
Change KeyStore password
keytool -storepasswd -new %newpassword% -keystore %YourKeyStore%.jks
replace %newpassword% with your actual password, same with YourKeyStore
Change Alias key Password
keytool -keypasswd -alias %MyKeyAlias% -new %newpassword% -keystore KeyStore.jks
Note: supply old password for both keystore and alias when asked for

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com