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: F2:6B:9A:EB:3B:8D:F8:53:59:C7:D3:7D:1D:BC:60:2A:53:28:7C:95 ]
and the certificate(s) used to sign the APK you uploaded have fingerprint(s):
[ SHA1: 82:AC:A8:E7:01:7F:E0:D2:56:DC:8A:98:FB:02:AF:FA:B9:AA:29:4F ]

我以前的应用程序不是hybird app ..现在我想要替换..任何解决方案? 使用相同的包名称
答案 0 :(得分:0)
您必须使用相同的密钥对软件包进行签名,因为之前的.apk已签名。您无法在不同版本之间更改密钥,特定包名称的初始签名密钥是最终的,直到应用程序的生命周期。
如果您丢失了原始密钥(或者密钥确实过期了......最终将在30 - 50年内发生在大多数应用程序中),您必须以不同的软件包名称重新发布应用程序,并构建再次提升用户群。
有关详细信息,请参阅官方文档: https://developer.android.com/studio/publish/app-signing.html