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应用..。现在我想替换..。有解决办法吗?使用相同的包名
发布于 2016-06-15 14:01:49
您必须使用与前面的.apk签名相同的密钥对包进行签名。您不能在不同版本之间更改密钥,特定包名的初始签名密钥在应用程序的生命周期之前是最终的。
如果你丢失了原来的钥匙(或者你的钥匙确实过期了.这将最终发生在大多数应用程序的30-50年),你必须重新发布的应用程序的不同的软件包名称,并再次建立用户基础。
有关详细信息,请参阅正式文档:https://developer.android.com/studio/publish/app-signing.html
https://stackoverflow.com/questions/37837111
复制相似问题