(Eclipse打包问题)Export aborted because fatal lint errors we

来源:互联网 发布:asp网站源码 编辑:程序博客网 时间:2024/05/21 17:27
打包时报如下错误:
   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.
解决方法如下:
选择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.
clean一下
这时就可以打包了。
0 0
原创粉丝点击