首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >使用正确的密钥库证书打包应用程序

使用正确的密钥库证书打包应用程序
EN

Stack Overflow用户
提问于 2016-05-03 03:57:03
回答 1查看 44关注 0票数 0

我正在尝试在Google Developer中更新我的应用程序,但收到错误:

代码语言:javascript
复制
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文件包含两个条目,这两个证书都是。

如何使用匹配的正确密钥库证书打包应用程序,以便提交升级?

EN

回答 1

Stack Overflow用户

发布于 2016-05-05 16:49:16

您必须使用与以前相同的keystore文件和别名。因此,在发布应用程序时,最好在云中备份kestore文件别名和密码。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/36990646

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档