본문 바로가기

Eclipse/에러

이클립스/Eclipse Export Signed 도중 "export aborted because fatal lint errors..." 발생

이클립스/Eclipse Export Signed 도중 "export aborted because fatal lint errors..." 발생


이클립스에서 해당 프로젝트 우클릭 후 "Exprot Signed Application Package..." 메뉴를 선택하고 keystore 서명을 할려고 할때 "export aborted because fatal lint errors..." 라고 하면서 팝업창이 뜨면서 빌드자체가 안되는 경우가 있습니다.




보통 proguard.cfg 파일에 에러가 나는데요. Exproting 작업시에 전체 오류 체크 설정을 해놓아서 발생하는 문제였습니다. 해결방법은 다음과 같이 설정해 주시면 됩니다.


이클립스 -> Window -> Preferences -> Android ->Lint Error Checking -> "Run full error check when exporting app" 체크 버튼을 해제 해 주시면 됩니다. 간단하죠?ㅎ






출처 : http://stackoverflow.com/questions/8590908/android-export-aborted-because-fatal-error-were-founds