码迷,mamicode.com
首页 > 移动开发 > 详细

Android Studio 导入 Eclipse项目 报 Some file crunching failed, see logs for details

时间:2018-01-29 15:55:55      阅读:194      评论:0      收藏:0      [点我收藏+]

标签:cli   java   merge   run   bug   exec   ips   sources   als   

今天在用Android Studio 导入一个Eclipse的项目,报了如下错误:

Error:java.lang.RuntimeException: Some file crunching failed, see logs for details

Error:Execution failed for task ‘:app:mergeDebugResources‘.
> Error: java.lang.RuntimeException: Some file crunching failed, see logs for details

上网查了一下原因,说是在build.gradle(app)中加入如下语句即可,但确并没有起作用

aaptOptions {
    cruncherEnabled = false
    useNewCruncher = false
}

而事实证明,是因为drawable中有.9后缀的图片,将.9去掉即可,有的说将.jpg改为.png也会出现这个问题,这个还没有测试过

Android Studio 导入 Eclipse项目 报 Some file crunching failed, see logs for details

标签:cli   java   merge   run   bug   exec   ips   sources   als   

原文地址:https://www.cnblogs.com/cxsy/p/8376159.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!