我正在尝试在Google Developer中更新我的应用程序,但收到错误:
Upload failed
You uploaded an APK that is signed with a different certificate to your previous APKs. You must use the same certificate. Your existing APKs are signed with the certificate(s) with fingerprint(s):
[ SHA1: AF:AF:68:1E:2B:5C:99:23:4D:B9:87:F6:D6:2F:9D:5A:9A:BE:34:EC ]
and the certificate(s) used to sign the APK you uploaded have fingerprint(s):
[ SHA1:2A:84:1D:BC:91:68:55:B1:F3:90:47:FB:3B:56:29:21:F2:38:4A:37 ]但是,使用keytool时,keystore文件包含两个条目,这两个证书都是。
如何使用匹配的正确密钥库证书打包应用程序,以便提交升级?
发布于 2016-05-05 16:49:16
您必须使用与以前相同的keystore文件和别名。因此,在发布应用程序时,最好在云中备份kestore文件别名和密码。
https://stackoverflow.com/questions/36990646
复制相似问题