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

Posted )^程序猿^(

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android Studio 导入 Eclipse项目 报 Some file crunching failed, see logs for details相关的知识,希望对你有一定的参考价值。

今天在用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的主要内容,如果未能解决你的问题,请参考以下文章

Android Studio 导入Eclipse工程

将 android 项目从 Eclipse 导入 Android Studio 时发生错误

尝试将旧的 Eclipse Android 项目导入 Android Studio

android studio 怎么导入别的工程

Eclipse导入Android Studio的项目

如何将 Eclipse 中的 android 项目导入 Android Studio?