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

时间: 2024-10-16 23:45:26

Android打包常见错误之Export aborted because fatal lint errors were found的相关文章

Android打包报错 Export aborted because fatal lint errors were found. These are listed in the Lint View

打包时报如下错误: 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 preferenc

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

Android Export aborted because fatal error were fo

*Export Aborted Export aborted because fatal Lin error were founds. 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 Cheking

Export aborted because fatal Lin error were founds. These are listed in the problems view. Either fi

Export aborted because fatal Lin error were founds. 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 Cheking preference page

[转]编译Android源代码常见错误解决办法

1. 编译时出现/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../libz.so when searching for -lz PLATFORM_VERSION_CODENAME=AOSPPLATFORM_VERSION=AOSPTARGET_PRODUCT=genericTARGET_BUILD_VARIANT=engTARGET_SIMULATOR=TARGET_BUILD_TYPE

Android eclipse常见错误开发总结

使用Android 开发工具eclipse的过程中,出现过很多问题,总结了一下,拿出来共同学习: 问题1.This Android SDK requires Android Developer Toolkit version 20.0.0 or above... *在android_sdk_windows/tools/lib下的plugin.prop文件里把 #begin plugin.prop plugin.verson=20.0.0 #end plugin.prop 变更为: #begin

编译Android系统常见错误

ninja: build stopped: subcommand failed. build/core/ninja.mk:153: recipe for target 'ninja_wrapper' failed make: *** [ninja_wrapper] Error 1 #### make failed to build some targets (13:40 (mm:ss)) #### 修改文件 prebuilts/sdk/tools/jack-admin 然后运行 prebuild

cocos2d-lua 3.5 android搭建常见错误

新建一个项目,就不说了,就是用命令行 cocos new HelloLua -p com.wwj.hellolua -l lua -d ~/Cocos2dxProj ,生成下 然后把项目导入eclipse中,下一步就是编译so文件了,先cd进入proj.android中,生成so有好几种命令行方式,这里用cocos compile -p android --ap 20, 之后便开始编译,如果在编译过程中遇到这个错误 , 说明你新建的项目的路径太长了,剪切项目然后复制到一个短一点的路径,比如c\q

Android开发常见错误及技巧

1.无法使用网络:Permission denied(maybe missing internet permission) 在AndroidMainifest.xml中增加允许使用网络选项(在</application>结束标签之后>): <uses-permission Android:name="android.permission.INTERNET" /> 2.找不到activity类: android.content.ActivityNotFoun