Work/Android

APK 생성 시 Lint Error... 라고 나올 때

kevin. 2015. 10. 6. 09:47

APK를 생성하려고 하니 다음과 같은 오류가 발생.


Export aborted because fatal lint errors were found. These are listed in the Lint View. Either fix these Before running Export again, or turn off “Run full error check when exporting app” in the Android > Lint Error Checking preference page


해결방법은 다음과 같이 이클립스 설정을 바꾸어 주면 됨.


window -> preferences -> Android -> Lint Error Checking -> Run full error check when exporting app and abort if fatal errors are found 를 uncheck 한다.