我无法使用现有的密钥库签署我的 apk。它在签名时给了我这个错误:
com.android.ide.common.signing.KeytoolException: Failed to read key Cannot recover key
因此,通过点击此链接,我尝试更改密码,但keytool error: java.security.UnrecoverableKeyException: Cannot recover key
在执行此命令时出现错误:
keytool -keypasswd -alias %MyKeyAlias% -new %newpassword% -keystore KeyStore.jks
我已经在 Playstore 中使用此密钥库提供了一个版本。