当我尝试在Android Studio中生成我的应用的apk
时,遇到以下错误,请帮助。
Lint found fatal errors while assembling a release target.
要继续,请解决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
}
}
...