Android证书已更改? [英] Android Certificate Changed?

查看:255
本文介绍了Android证书已更改?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近格式化了我的电脑,并更新到Windows 7.我备份了我的密钥库,并试图签名我的apk,但它给了我一个错误,说我的证书过期22yrs。这只是害羞的市场需要上传的apk。所以现在我无法更新我的应用程序...

I recently formatted my computer and updated to Windows 7. I backed up my keystore and tried to sign my apk with it but it gave me an error that said my certificate expires in 22yrs. which is just shy of what the market requires to upload the apk. So now I am stuck not being able to update my app...

这是怎么回事?

有没有办法延长证书的有效期,以便我可以更新我的应用程序?

Is there a way to extend the lifetime of certificates so that I can update my app?

有一种方法可以针对已上传到旧版本的旧apk验证此证书

Is there a way to verify this certificate against an old apk that has been uploaded to the market so that I can be sure I am trying to sign with the same certificate and I didn't have a mix up?

Error Pic

推荐答案


有一种方法来验证这个
证书
已经上传到市场,所以
,我可以确定我试图签署
与相同的证书,我没有
混合了?

Is there a way to verify this certificate against an old apk that has been uploaded to the market so that I can be sure I am trying to sign with the same certificate and I didn't have a mix up?

您可能会收到足够的信息来确认:

You might get enough info to confirm that via:

jarsigner -verify -verbose -certs my_application.apk

您也可以尝试在Eclipse外部签名以查看该更改是否重要。

You might also try signing outside of Eclipse to see if that changes matters.

这篇关于Android证书已更改?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆