preface
Recently, I wrote in kotlin that I was playing
and reported an exception in the packaged version of release
Lint found fatal errors while assembling a release target.
unable to read PNG signature: file does not start with PNG signature.
Solution:
release {
//Add
lintOptions {
checkReleaseBuilds false
abortOnError false
}
}
Outcome:
1.
2.
Read More:
- [error record] Android application release package error handling (turn off syntax check log processing release configuration)
- Android studio New kotlin project Error: org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21-release-315
- The SDK of Android webrtc compiled with Ninja – C out / release command reported an error, and the Android NDK processing method could not be found
- [Solved] Helm install Error: Error: no available release name found
- [Solved] Springboot WARNING: All illegal access operations will be denied in a future release
- [Solved] Android12 Error: fatal error: ‘mediadrm/ICrypto.h‘ file not found
- How to Solve Brew install golangci-lint Error
- CCS Error: gmake: Target ‘all‘ not remade because of errors.
- Go build package error: TARGET_OS_MAC & IOMasterPort
- [Solved] Android Studio Compile Error: Execution failed for task ‘:APP_MIDI:lintVitalRelease‘.
- ktor org.jetbrains:kotlin-css-jvm Dependency Failure [Solved]
- Kotlin: How to Solve kapt import error
- [Solved] Android x relies on AAR errors: Failed to transform…
- Kotlin gets the ID automatically error [How to Solve]
- How to Solve Kotlin unresolved reference error
- error: resource android:attr/lStar not found [How to Solve]
- [Solved] GLSL Lint: Failed to spawn ‘glslangValidator‘ binary. Error: spawn glslangValidator.exe ENOENT
- [Solved] Non-fatal Exception: java.lang.UnsatisfiedLinkError: dlopen failed: library “libmmkv.so“ not found
- [Solved] Android Studio Manifest merger failed with multiple errors, see logs
- [Solved] Sparksql error: Exception in thread “main” org.apache.spark.sql.catalyst.errors.package$TreeNodeException