Could not determine the dependencies of task ':app:lintVitalRelease'

# android/app/build.gradle
android {
...
   lintOptions {
        checkReleaseBuilds false
        abortOnError false
    }
...
}

你可能感兴趣的:(Could not determine the dependencies of task ':app:lintVitalRelease')