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 
Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐