반응형
안드로이드 빌드시 오류 발생.
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
}
}
...
/app/build/reports/lint-results-release-fatal.html 에서 상세내용 확인.
반응형
'Android' 카테고리의 다른 글
안드로이드 - 스토어 패키지명 (1) | 2020.08.03 |
---|---|
The "chunk" argument must be of type string or an instance of Buffer. (0) | 2020.07.10 |
com.google.android.gms.common.api.ApiException: 10: (0) | 2020.05.25 |
안드로이드 수동 설치 adb install (0) | 2020.02.10 |
android adb.exe 위치 (0) | 2020.02.10 |
android studio indent 2 space 안드로이드 스튜디오 들여쓰기 설정 (0) | 2020.02.04 |
how to change android studio text size (0) | 2020.02.04 |
Android Studio gitignore 2019.12.15 (0) | 2019.12.15 |