生成签名的 apk android studio - 密钥错误
Generate signed apk android studio - Error with key
我正在尝试使用现有的密钥库生成签名的 apk
但我有以下问题
Error:org.gradle.tooling.BuildException: Failed to read key MedicalAssistanceKey from store "D:\MedicalAsError:com.android.ide.common.signing.KeytoolException: Failed to read key MedicalAssistanceKey from store
"D:\MedicalAss_download\MyKey.jks": Cannot recover keys_download\MyKey.jks": Cannot recover key
Error:java.security.UnrecoverableKeyException: Cannot recover key
我确定密码和密钥是正确的
密钥库和密钥密码必须相同。
您可以使用如下命令修改密码:
keytool -storepasswd -new [insert new keystore password] -keystore [insert keystore file name]
keytool -keypasswd -alias [insert alias] -new [insert new key password] -keystore [insert keystore file name]
或者,如果您喜欢 GUI,请从 http://keystore-explorer.org/
下载
注意:keytool.exe 存在于 jdk/bin 文件夹或 jre/bin 文件夹中。
如果您的密码中有特殊字符,请使用此工具更改它:
像Ç
这样的特殊字符
我正在尝试使用现有的密钥库生成签名的 apk 但我有以下问题
Error:org.gradle.tooling.BuildException: Failed to read key MedicalAssistanceKey from store "D:\MedicalAsError:com.android.ide.common.signing.KeytoolException: Failed to read key MedicalAssistanceKey from store
"D:\MedicalAss_download\MyKey.jks": Cannot recover keys_download\MyKey.jks": Cannot recover key
Error:java.security.UnrecoverableKeyException: Cannot recover key
我确定密码和密钥是正确的
密钥库和密钥密码必须相同。 您可以使用如下命令修改密码:
keytool -storepasswd -new [insert new keystore password] -keystore [insert keystore file name]
keytool -keypasswd -alias [insert alias] -new [insert new key password] -keystore [insert keystore file name]
或者,如果您喜欢 GUI,请从 http://keystore-explorer.org/
下载注意:keytool.exe 存在于 jdk/bin 文件夹或 jre/bin 文件夹中。
如果您的密码中有特殊字符,请使用此工具更改它:
像Ç