您的位置:首页 > 移动开发 > Android开发

Android打包报错 Export aborted because fatal lint errors were found. These are listed in the Lint View

2014-06-05 11:29 597 查看
打包时报如下错误:

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.

解决方法:

选择项目→右键→Properties

下面的操作如图。





回到项目右击选择Android Tools->Clean Lint Markers,待项目自己更新完成。

这时就可以打包了。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐