android - 无法将更新的 Android 应用程序上传到 Play 商店。以前的证书指纹是空白的

标签 android apk google-play

在我尝试将更新的 APK 上传到 Play 商店后,我收到此错误:

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):
[ ]
and the certificate(s) used to sign the APK you uploaded have fingerprint(s):
[ SHA1: FB:BC:61:54:B3:26:6C:73:92:68:65:EA:0C:81:69:81:2B:39:21:66 ]



所以我必须找到一个没有指纹的 keystore 。我可以上传未签名的 APK 吗?我已经好几年没有更新这个应用程序了,但我仍在使用我曾经使用过的唯一 keystore 。

编辑 ,我从 Play 商店下载了实时应用程序。我不知道如何获取签名指纹,但我使用的 keystore 与实时应用程序在同一分钟到期(2036 年),所以它绝对是我尝试使用的 key 。

最佳答案

您不能在 GooglePlay 上上传未签名的 APK。

[http://developer.android.com/tools/publishing/preparing.html][1]

也许您的 keystore 已过期。还记得当初生成的时候设置的有效期吗

关于android - 无法将更新的 Android 应用程序上传到 Play 商店。以前的证书指纹是空白的,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14670255/

相关文章:

android - 是什么让缩小后的 Hello World Android APK 如此之大——800KB?

android - google play 每个帐户的最大(免费)应用数量º

安卓邮件发送验证

android - 在 android 上从摄像头进行 OpenCV 处理和写入视频的最快方法?

android - Javah 缺少 android.os.Parcelable

android - 更新 Google Play 上的应用程序会导致当前版本的内部存储数据被删除吗?

android - 错误获取 'android:label' 属性 : attribute is not a string value

android - 何时撤销 Android R 的一次性权限?

android - 您可以从现有应用的 APK 中删除 Android signing v1 吗?

android - 升级到android 3.6.1 apk后无法在设备上安装