您的位置:首页 > 产品设计 > UI/UE

Ant BUILD FAILED The following error occurred while executing this line: xxx 解决方案

2014-09-09 01:33 453 查看
Try following steps:

remove the faulty director(y|ies) as follows:

$ rm -fR $(find . -type d -name crunch|xargs)

when you are building, run

$ ant clean release

then, clean->Build Project and:

$ rm -fR $(find . -type d -name crunch|xargs)

Source: Android
Open Source Project
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐