Android签名打包出现Export aborted because fatal lint errors were found的解决

前些天重现安装了Eclipse,在签名打包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. (如图)

Android签名打包出现Export aborted because fatal lint errors were found的解决_第1张图片

解决方案如下:
1、选中该项目,在顶部菜单栏中点击”Window”,选中Preferences
Android签名打包出现Export aborted because fatal lint errors were found的解决_第2张图片
2、选中左侧Android Lint Preferences,在右侧面板中点击Configure Workspace Settings
Android签名打包出现Export aborted because fatal lint errors were found的解决_第3张图片
3、取消勾选图示第二个选项
Android签名打包出现Export aborted because fatal lint errors were found的解决_第4张图片
4、clean该项目后重新打包即可。

你可能感兴趣的:(eclipse,android,打包)