Answers for "Execution failed for task ':app:lintVitalRelease'. > Lint infrastructure error Caused by: java.lang.reflect.InvocationTargetException"

2

Execution failed for task ':app:lintVitalRelease'.

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

Code answers related to "Execution failed for task ':app:lintVitalRelease'. > Lint infrastructure error Caused by: java.lang.reflect.InvocationTargetException"

Browse Popular Code Answers by Language