简体   繁体   English

在市场上上传apk时,必须使用与先前版本相同的证书对apk进行签名

[英]The apk must be signed with the same certificates as the previous version while uploading apk on market

I have created an application and published on android market. 我创建了一个应用程序并在Android市场上发布。 now i want to publish its 2nd version. 现在我想发布它的第二个版本。 the few thing i want to make clear: 我想说清楚的一件事:

  1. I have kept same package name. 我保留了相同的包名。
  2. I do not have previous keystore cause i changed the windows so keystore deleted and i do not have backup of that keystore. 我没有以前的密钥库,因为我更改了Windows,因此密钥库被删除,我没有该密钥库的备份。

Now what i should is there any way to retrieve keystore from previous apk. 现在我应该有什么办法从以前的apk检索密钥库。

i know there is so many answers on stackoverflow some are saying possible and some are saying impossible. 我知道stackoverflow上有很多答案,有些人说可能,有些人说不可能。

please need exact solution. 请急确解决方案。

Yes, You have to have the same keystore file which you have used to upload the 1st version of application on android market. 是的,您必须拥有与用于在Android市场上传第一版应用程序相同的密钥库文件。

If you have lost this keystore file then you can't provide update to this application. 如果丢失了此密钥库文件,则无法为此应用程序提供更新。

Just read this Publishing App on Market. 只需在市场上阅读此发布应用程序。 The same problem i've also faced. 同样的问题我也面临过。 So, i just change the package name and upload it into market with new keystore. 所以,我只需更改包名称并使用新的密钥库将其上传到市场。 So, keep the Keysotre file safely. 因此,请妥善保管Keysotre文件。 See these existing questions which is related to your queries - 查看与您的查询相关的这些现有问题 -

  1. Android: I lost my android key store, what should I do? Android:我丢失了我的Android密钥库,我该怎么办?

  2. I lost my .keystore file? 我丢失了我的.keystore文件?

当我们创建用于将我们的应用程序首次发布到Android市场的密钥存储时,它是不可能的bcs。现在说如果你需要更新它,你需要在现有的密钥存储库上创建更新。在你的情况下,你需要创建另一个新的密钥库并再次签名并将该签名的apk和密钥库存放在以后参考..这只是可能性

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 apk 必须使用与之前版本相同的证书进行签名 - The apk must be signed with the same certificates as the previous version Android 上传到市场时出错:apk 必须使用与前一个相同的证书进行签名 - Android error while upload to market: The apk must be signed with the same certificates as the previous one android - 必须使用与先前版本相同的证书对apk进行签名 - android - the apk must be signed with the same certificates as the previous version apk必须使用与上一个相同的证书签名 - The apk must be signed with the same certificates as the previous one apk必须使用与先前相同的证书签名 - The apk must be signed with the same certificates as the previous apk必须使用相同的证书签名 - The apk must be signed with the same certificates apk必须使用与先前版本相同的证书签名[发布具有其他信息的应用程序] - The apk must be signed with the same certificates as the previous version [release app with other informations] Android apk上传失败,并显示错误消息“该apk必须使用与上一个相同的证书签名” - Android apk upload fails with error 'The apk must be signed with the same certificates as the previous one' 错误必须使用相同的证书对apk进行签名 - Error The apk must be signed with the same certificates apk必须使用相同的证书签名,即使旧证书不正确 - The apk must be signed with the same certificates even if old one is not correct
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM