Android署名ファイルのパッケージ化エラーjava.io.IOException:キーストア形式が無効です...



Android Signature File Packaging Error Java



1.エラー

java.io.IOException:Invalid keystore format ...

2.解決策



plan 1: Find debug.keystore and delete Path UserUsernameandroiddebug.keystore Re-run the project after deleting, it will automatically generate a file. Scenario 2: Check if the keystore file is wrong 1: Find the JdK location

画像
2. binパスを入力し、keytoolツールを見つけます

Pull the keystore file into the bin folder and execute the keytool -list -v -keystore debug.keystore command to check if there is any error Correct:

画像
エラー:無効なキーストア形式が報告されます。これは署名ファイルのエラーです。置き換えてください。