原文地址:http://hi.baidu.com/xiaoxuevip/item/b8e631c3d429980fc710b2f0android
不知道是不是系统的缘由啊,以前不会出现这个问题的。昨天整了一天,个人系统是64位的,把SDK和ADT都更新了依旧在打包时报以下错误:app
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.spa
解决方法以下:3d
选择Project->Properties,弹出“Properties for ******”对话框,在这里******为你的项目名称。而后选择Adnroid Lint Preferences->Configure Workspace Settings...,弹出Preferences(Filtered)对话框,将"Run full error check when exporting app and abort if fatal errors are found "前的勾去掉,点击Apply再点击OK.ip
这时回到项目右击选择Android Tools->Clean Lint Markers,待项目本身更新完成便可。get
这时就能够打包了。it
此问题参照http://stackoverflow.com/questions/8590908/android-export-aborted-because-fatal-error-were-founds解决。io