android导出项目时遇到errors occurred during the build
遇到errors occurred during the build这个问题很久了,没有找到好的方法,一直都是用debug下的apk包再签名,这样就不能对apk包进行混淆和加密等操作了,诸多不便! 所以还是要解决这个问题,百度是不行了,于是进到项目根目录下进入.detadata文件夹下,查看eclipse的日志文件.log。查看后得知,如下所示: !ENTRY com.android.ide.eclipse.adt 4 0 2015-05-04 09:58:57.962 !MESSAGE Export Wizard Error !STACK 1 org.eclipse.core.internal.resources.ResourceException: Errors occurred during the build. at org.eclipse.core.internal.resources.Project$1.run(Project.java:620) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2345) at org.eclipse.core.internal.resources.Project.internalBuild(Project.java:597) at org