ant打包出错 antuild.xml:698: null returned: 1

Posted 秋之舞者

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ant打包出错 antuild.xml:698: null returned: 1相关的知识,希望对你有一定的参考价值。

1、ant编译时突然报错:E:\android-sdk\tools\ant\build.xml:657:  The following error occurred while executing this line:

                                                                                                            null returned: 1

2、直接修改了sdk里面的配置,个人觉得不太妥,那么可以在自己项目的根目录下build.xml文件中加入: 

<property name="aapt.ignore.assets" value="!.svn:!.git:\x3Cdir\x3E_*:.*:!CVS:!thumbs.db:!picasa.ini:!*.scc:*~:crunch" />             

这样子就只对自己的项目生效!
为什么会有\x3Cdir\x3E这个东西,其实就是<dir>,不过ant build.xml中不允许使用‘<‘字符,所以要转义一下。

3、我原来工程里面的值为:"!.svn:!.git:.*:&lt;dir&gt;_*:!CVS:!thumbs.db:!picasa.ini:!*.scc:*~:&lt;dir&gt;crunch" ;

后来改为"&lt;dir&gt;crunch:!.svn:!.git:.*:&lt;dir&gt;_*:!CVS:!thumbs.db:!picasa.ini:!*.scc:*~" /> 就可以正常进行编译。

 

以上是关于ant打包出错 antuild.xml:698: null returned: 1的主要内容,如果未能解决你的问题,请参考以下文章

ant的打包工具

如何写ant的打包命令

使用Ant打包Android应用具体解释——Ant使用解析

使用Ant项目打包

Android采用Ant批量打包

Ant打包