2台目のコンピュータからAPKをアップロードしようとしていますが、次のエラーが発生して失敗します。 Compからリリースキーをコピーしました。 1〜Comp。 2と同じビルドスクリプトを実行しました。それでも失敗しますか?私は本当のシンプルなものを見逃しているでしょう...Android Playストア証明書に失敗する
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: a:hex:key ]
and the certificate(s) used to sign the APK you uploaded have fingerprint(s):
[ SHA1: other:hex:key]
私はイオンビルドbtwで開発しています。
編集:これは私は2台のマシン上でそれに署名する方法です は、キーストアファイルは同じです。 変更する必要がありますか?
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore ./play-release-key.keystore platforms/android/build/outputs/apk/android-debug.apk AppName
あなたは私の編集を見ていただけますか? –