zoukankan      html  css  js  c++  java
  • Android打包常见错误之Export aborted because fatal lint errors were found

    打包时报如下错误:

    <ignore_js_op>

    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 ******”对话框,在这里******为你的项目名称。 
    <ignore_js_op>
    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. 
    <ignore_js_op>
    3.回到项目右击选择Android Tools->Clean Lint Markers,待项目自己更新完成即可。 
    这时就可以打包了。

  • 相关阅读:
    golang-----giao起来
    Django-----你醒了吗?
    linux
    dapper之连接数据库(Oracle,SQL Server,MySql)
    mongodb 物理删除数据
    一生难得的偶遇
    奇怪的电话
    我的魔兽争霸
    第四章 吃饭
    第三章 百花谷
  • 原文地址:https://www.cnblogs.com/exmyth/p/4722658.html
Copyright © 2011-2022 走看看