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

       昨天在服务器上使用ant打包突然出现BUILD FAILED 一直都在项目中使用的脚本是不可能出错的,自己电脑上也出现过类似情况,当时clean了几次发现还是失败,重启eclipse 和电脑 重新试了下,OK了,之后就没再care。现在突然在服务器这台电脑上又出现了,重复之前在自己电脑上的操作发现不起作用。

       错误内容:

   BUILD FAILED
D:\Android\sdk\tools\ant\build.xml:601: The following error occurred while executing this line:
D:\Android\sdk\tools\ant\build.xml:653: The following error occurred while executing this line:
D:\Android\sdk\tools\ant\build.xml:698: null returned: 1

      网上搜索资料发现有出现类似情况的知己 

      使用查找到的解决方案  :修改sdk 》tools》ant》build.xml文件中的

       主工程不报错了,但依赖的工程报了同样的错误。

       仔细阅读了下 build.xml中对  aapt.ignore.assets 的说明

      

你可能感兴趣的:(android)