我从 appybuilder 制作了一个应用程序并将其发布在 google play 上,现在我想发布我使用 android studio 开发的更新。现在,我正在尝试使用由 appybuilder 生成的密钥库对我的应用程序进行签名,但我收到了错误消息-
Error:Execution failed for task ':app:packageRelease'.
> com.android.ide.common.signing.KeytoolException: Failed to read key
keystore from store "E:\New folder\Work\android (2).keystore": Keystore was
tampered with, or password was incorrect.
帮我解决这个错误。我知道如果没有先前版本的标志,我将无法发布其更新。
当我尝试在没有应用签名的情况下上传 apk 时,它给了我错误
Upload failed
You uploaded a debuggable APK. For security reasons you need to disable
debugging before it can be published in Google Play. Learn more about
debuggable APKs.
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: ****( previous SHA1 key)**** ]
and the certificate(s) used to sign the APK you uploaded have
fingerprint(s):
[ SHA1: 60:50:E5:C5:6F:DA:4C:13:4E:C4:99:65:E6:13:CA:08:37:BB:55:22 ]
有没有办法将指纹更改为所需的 sha1 指纹?