打包时报如下错误:

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.

解决方法如下:
1.选择Project->Properties,弹出“Properties for ******”对话框,在这里******为你的项目名称。

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,待项目自己更新完成即可。
这时就可以打包了

更多相关文章

  1. 没有一行代码,「2020 新冠肺炎记忆」这个项目却登上了 GitHub 中
  2. 不吹不黑!GitHub 上帮助人们学习编码的 12 个资源,错过血亏...
  3. android studio将一个项目作为module(library)导入到另一个项目
  4. Android(安卓)Studio导入项目又双双踩了几个坑
  5. Android(安卓)studio项目配置的.gitignore文件
  6. android 显示单选列表对话框 builder.setSingleChoiceItems
  7. Android(安卓)Shimmer微光闪烁shimmer-android
  8. Android(安卓)对话框
  9. 泰泽App与Android(安卓)Hybird/Web App相互转化实战

随机推荐

  1. android keymaster
  2. 理解Android进程创建流程(转)
  3. android 全部命令
  4. android虚拟按键NavigationBar的判断
  5. Android Display
  6. Android Button在中间显示
  7. android:tint
  8. android:定制checkbox 图片
  9. android 停止Handler
  10. 【Android Http Post】android post 请求