Answers for "execution failed for task ':app:lintvitalrelease' android studiou error solve"

3

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' android studiou error solve"

Browse Popular Code Answers by Language