【发布时间】:2019-02-11 14:42:03
【问题描述】:
Lint 在组装发布目标时发现致命错误。
要继续,请修复 lint 确定的问题,或按如下方式修改构建脚本:
android {
lintOptions {
checkReleaseBuilds false
// Or, if you prefer, you can continue to check for errors in release builds,
// but continue the build even when errors are found:
abortOnError false
}
}
【问题讨论】:
-
您能从日志中添加更多内容吗? lint 发现了什么问题?