android 打包报错 Execution failed for task ‘:app:lintVitalRelease‘.

  • 安卓打包报错:Execution failed for task ‘:app:lintVitalRelease’.
  • 解决方法:
    在app/build.gradle文件中添加下列代码
lintOptions {
        checkReleaseBuilds false
        abortOnError false
}

android 打包报错 Execution failed for task ‘:app:lintVitalRelease‘.

上一篇:hive报错


下一篇:APPLICATION FAILED TO START启动报错解决