Android Gradle Build Error:Some file crunching failed, see logs for details

Android studio 在转换eclipse 安卓项目时报以下错误:

Information:Gradle tasks [:app:generateDebugSources, :app:mockableAndroidJar, :app:prepareDebugUnitTestDependencies, :app:generateDebugAndroidTestSources]
Error:java.lang.RuntimeException: Crunching Cruncher ollogo.png failed, see logs
Error:Execution failed for task ':app:mergeDebugResources'.
> Error: java.lang.RuntimeException: Crunching Cruncher ollogo.png failed, see logs
Information:BUILD FAILED
Information:Total time: 5.423 secs
Information:2 errors
Information:0 warnings
Information:See complete output in console

Crunching Cruncher 是什么意思呢,Crunching 嘎吱作响; Cruncher 数字计算器;

直译过来:数字计算器嘎吱作响,就是处理不了这个图片,所以肯定是图片出现了问题。

问题原因:

1、有可能这张图片就是一张普通的图片,加了一个后缀而已,所以不是标准的9.png图片。
2、这是一个9.png图片,但是不符合标准规范。

解决方法:

Android Gradle Build Error:Some file crunching failed, see logs for details_第1张图片

你可能感兴趣的:(Android)