在eclipse里打包Android工程时:
Export aborted because fatal lint errors were found.These are listed in the Problems 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.
解决方法如下:
1 选择Project->Properties,
2 然后选择Adnroid Lint Preferences->Configure Workspace Settings…,弹出Preferences(Filtered)对话框,将”Run full error check when exporting app and abort if fatal errors are found “前的勾去掉,点击Apply再点击OK.
3 回到项目右击选择Android Tools->Clean Lint Markers,待项目自己更新完成即可。

本文介绍了解决在Eclipse中打包Android应用时遇到的Lint错误问题的方法。通过调整项目的Lint设置,可以避免因致命错误导致的打包失败。
976

被折叠的 条评论
为什么被折叠?



