导入jar包、打包错误错误

来源:互联网 发布:php冒泡排序代码 编辑:程序博客网 时间:2024/06/08 20:07

android \xxx\libs\ xx.jar系统找不到指定的路径

有可能是需要修改混淆配置。


Eclipse打包时出现export aborted because fatal lint errors were found

参照http://stackoverflow.com/questions/8590908/android-export-aborted-because-fatal-error-were-founds
解决办法:
Project -> properties, find Android Lint Preferences, in top to right click configure workspace settings... -> unclick "Run full error check when exporting app", apply done.

工程项目右键 -> Android Tools -> Clean Lint Markers


Unable to open stack trace file '/data/anr/traces.txt': Permission 多见于这个Activity你没有在AndroidManifest.xml中注册,就会报这样的错误。