Answers for "flutter generate apk * What went wrong: Execution failed for task ':app:lintVitalRelease'."

1

Execution failed for task ':app:lintVitalRelease flutter build

android {
compileSdkVersion 28

lintOptions {
    disable 'InvalidPackage'
    //Put the following line
    checkReleaseBuilds false
    //abortOnError false
}
Posted by: Guest on July-20-2020

Code answers related to "flutter generate apk * What went wrong: Execution failed for task ':app:lintVitalRelease'."

Browse Popular Code Answers by Language