当前位置: 代码迷 >> Ruby/Rails >> android 打包 eclipse 异常 Export aborted because fatal lint errors were found
  详细解决方案

android 打包 eclipse 异常 Export aborted because fatal lint errors were found

热度:633   发布时间:2016-04-29 02:12:42.0
android 打包 eclipse 错误 Export aborted because fatal lint errors were found

Android 打包签名  eclipse 错误   Export aborted because fatal lint errors were found


Android 下 eclipse 打包 签名  lint 提示错误





这是由于  Android Lint  自动检测部分代码没有符合规范的缘故


解决办法如下:


方法一: 

打开eclipse  Preferences   选择 Android 下 Lint Error Checking   

去掉勾选项  "Run full error check when exporting app and abort if fatal errors are found "


如图:




方法二: 


选择Android Lint Preferences->Configure Workspace Settings...,弹出Preferences(Filtered)对话框,将"Run full error check when exporting app and abort if fatal errors are found "前的勾去掉.


如图:






































  相关解决方案