Answers for "Task :app:lintVitalRelease FAILED"

2

Execution failed for task ':app:lintVitalRelease'.

android {
    ...
    lintOptions {
        checkReleaseBuilds false
    }
}
Posted by: Guest on October-16-2020
0

Task :app:lintVitalRelease FAILED

app -> build.gradle -> add lintOptions {
checkReleaseBuilds false
abortOnError false
} to android
Posted by: Guest on September-23-2021

Code answers related to "Task :app:lintVitalRelease FAILED"

Browse Popular Code Answers by Language