lint (1) 썸네일형 리스트형 [Android] APK 빌드 오류 : Lint found fatal errors while assembling a release target. APK 빌드를 하다보면 앱 실행시에는 보지 못했던 Lint found fatal errors while assembling a release target. 이라는 오류가 뜨면서 빌드가 되지 않을 때가 있습니다. Android Studio에서 아래와 같은 해결방법을 제시해주기도 하는데 이는 임시 방편이므로 원인이 되는 코드를 찾는 방법에 대해 포스팅해보겠습니다. 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.. 이전 1 다음