flutter github actions 打包 android 失败 使用 keystore
·
Caught exception: Already watching path: /home/runner/work/test/test/android FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:packageRelease'. > A failure occurred while executing com.android.build.gradle.tasks.PackageAndroidArtifact$IncrementalSplitterRunnable > com.android.ide.common.signing.KeytoolException: Failed to read key xxx from store "/home/runner/work/test/test/android/xxx.keystore": Tag number over 30 is not supported
keystore 版本太久了 线上java jdk 超过 8 后不支持直接改成 p12 重新引入
keytool -importkeystore -srckeystore xxx.keystore -destkeystore xxx.p12 -deststoretype PKCS12
更多推荐
所有评论(0)