【发布时间】:2015-12-17 07:45:24
【问题描述】:
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: 33:00:07:BA:2B:DC:9C:29:B0:B9:54:F1:AA:C9:9C:00:6A:D0:93:35 ]
and the certificate(s) used to sign the APK you uploaded have fingerprint(s):
[ SHA1: 60:BB:1D:CA:5F:5A:0B:7C:62:8B:11:CE:88:2D:FC:8F:FA:ED:D6:FD ]
我正在使用相同的密钥库来生成签名的 APK。以前我从 Windows 操作系统生成签名的 APK,但这次是从使用相同密钥存储的 Linux Ubuntu 生成的。
【问题讨论】:
-
你在 Window 和 Linux 中都使用 Android studio 吗?请确保在 Window 和 Linux 中使用相同的“发布证书”(非调试证书)。
-
我在 Windows 和 Linux 中都使用 Android Studio。
-
我已经在发布模式下在 Windows 和 Linux 上签署了我的应用程序。
标签: android google-play apk android-keystore