【发布时间】:2019-02-20 05:46:09
【问题描述】:
我想在 Android Studio 中制作一个 APK,但是当我创建它时,它显示了这个错误:
Lint found fatal errors while assembling a release target.
To proceed, either fix the issues identified by lint, or modify your build script as follows:
...
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
}
}
...
【问题讨论】:
标签: apk