1
appybuilderからアプリを作成してGoogle Playで公開しましたが、Androidスタジオで開発したアップデートをリリースしたいと思います。さて、このエラーを修正するために私を助け、私はappybuilderによって生成されたキーストアと私のアプリに署名しようとしていますが、私はエラー -appybuilderからAndroidスタジオにプロジェクトを移行中にキーストアエラーが発生しました
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.
を取得しています。 私は以前のリリースの兆候なしにそのアップデートを公開することができないことを知っています。私はアプリは、それは私にエラー
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 ]
を与える署名せずにAPKをアップロードしようとした
は希望SHA1フィンガープリントに指紋を変更する方法はありますか?
キーストアファイルのキーエイリアスが存在しない可能性が高いです。 –
どうすればこの問題を解決できますか? –
いくつかの画面を短くしたり、質問にログインしてください。 –