Lint found fatal errors while assembling a release target
Posted: 07 Jun 2018, 20:53
Возникла ошибка при сборке signed apk.
Во вкладке Event log:
В Build:
Чтобы решить её нужно пройти по пути Вашего проекта в папку app\build\outputs\lint-results-release-fatal.html и уже там посмотреть ошибку. У меня было:
Во вкладке Event log:
Code: Select all
Generate Signed APK: Errors while building APK. You can find the errors in the 'Messages' view.Code: Select all
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
}
}
...
То есть недоставало трёх переводов.Correctness:Messages
3 Error MissingTranslation: Incomplete translation