Error:Execution failed for task ':app:mergeDebugResources'. > Crunching Cruncher ******.9.png

有时候在Android Studio导入Eclipse项目时,会出现Error:Execution failed for task ‘:app:mergeDebugResources‘. > Crunching Cruncher ******.9.png这个问题,

出现这个错误的原因是:

AS比eclipse 对待.9.png格式的图片更为严格,四条边都需要设置,要不然它不会让你通过,意思是你的图片不通过AS审核的要求

解决的办法:

  1,如果你公司的美工好说话且不忙的情况下,你可以让你他给你修改一下(当然一般的情况是,自己弄0.0)

  2,可以改后缀名解决,但是这种不建议,改了的话图片就不符合要求和效果了

  3,我们可以用代码关闭掉android studio对png格式文件的检测,这样系统就不会检测png格式的资源文件了

在项目的build.gradle中android节点下buildToolsVersion "26.0.2"的下边添加aaptOptions.cruncherEnabled = false          aaptOptions.useNewCruncher = false

添加这两句代码就Ok了

Error:Execution failed for task ':app:mergeDebugResources'. > Crunching Cruncher ******.9.png

时间: 2024-10-08 23:27:21

Error:Execution failed for task ':app:mergeDebugResources'. > Crunching Cruncher ******.9.png的相关文章

Error:Execution failed for task ':app:mergeDebugResources'. > Some file crunching failed, see logs for details

Android Studio 编译中断.... Error:Execution failed for task ':app:mergeDebugResources'. > Some file crunching failed, see logs for details 错误信息如上: 解决方案: drawable里面的图片格式保存不对,Android studio 当编译资源文件的时候(using AAPT(Android Asset Packaging Tool))会抛出异常, 只需要用图片编

Error:Execution failed for task ':app:mergeDebugResources'. > Some file crunching failed, see logs f

今天调试安卓程序遇到的问题Error:Execution failed for task ':app:mergeDebugResources'. > Some file crunching failed, see logs f 主要是图片格式的问题,图片要用png格式的,直接修改图片格式会报这个错误无法调适 Error:Execution failed for task ':app:mergeDebugResources'. > Some file crunching failed, see

Error:Execution failed for task ':app:compileDebugAidl'. > aidl is missing(Android Studio编译错误)

今天下载了一个1.2.1.1版本的Android Studio,使用VPN更新好SDK之后就新建了一个hello world工程测试一下环境,然后就出现以下错误: Error:Execution failed for task ':app:compileDebugAidl'. > aidl is missing 什么情况?全新安装的环境也有错误?Google发布这个工具时没有测试好吗? 没搞过这个工具,一阵搜索得到以下方案: 1.右键工程->Open Module Settings 2.将Bu

解决方案:Error:Execution failed for task ':app:compileDebugAidl'. > aidl is missing

也许有朋友最初在用Android Studio创建新工程的时候会碰到这个错误,其实这个问题是由于版本不兼容导致的,解决方法很简单,只需要把编译工具的版本改一下就可以了: 1.选左侧的工程根目录app,按F12打开Project Structure: 2.点击底部的app,把右侧Build Tool Version 从23.0.0 改为22.0.1即可~ 解决方案:Error:Execution failed for task ':app:compileDebugAidl'. > aidl is

Android中使用databinding编译时出现的error:Execution failed for task ':app:dataBindingProcessLayoutsDebug'

Windows环境下使用svn对AndroidStudio更新代码时,总会在源文件中出现一堆乱码,尤其是xml文件中的乱码,不仅找起来费劲,改起来更费劲. 最近从svn更新代码之后,编译时出现了下面这个提示,而且AS中没有错误提示,这可真是捉急了. databinding error:Execution failed for task ':app:dataBindingProcessLayoutsDebug' 后来,多亏这篇帖子提示,自己写了段代码来尝试下,http://stackoverflo

Android Studio 运行出现 Error:Execution failed for task ':app:transformResourcesWithMergeJavaResForDebug'.

转载请标明出处: http://www.cnblogs.com/why168888/p/5978381.html 本文出自:[Edwin博客园] 我引用compile 'com.squareup.retrofit2:converter-jackson:2.1.0'Gradle没有错误,运行APP就出了这个error. 错误日志:Error:Execution failed for task ':app:transformResourcesWithMergeJavaResForDebug'.> c

Error:Execution failed for task ':app:transformClassesWithDexForDebug'.

使用android studio 时,编译成功但用build apk时却报错 环境: android studio 1.5, jdk1.7 错误:Error:Execution failed for task ':app:transformClassesWithDexForDebug'. > com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: ja

Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug

这几天eclipse 项目迁移 android studio Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'.> com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: android/support/v4/accessibilityservice/Ac

[Exception Android 20] - Error:Execution failed for task ':app:processDebugResources'

Error:Execution failed for task ':app:processDebugResources'. > com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'D:\Android\adt-bundle-windows-x86_64-20140702\sdk\build-tools\22.0.1\aapt.ex