Android Studio Gradle构建错误:app:mergeDebugResources,Crunching Cruncher loader.png失败 [英] Android Studio Gradle build error :app:mergeDebugResources, Crunching Cruncher loader.png failed

查看:864
本文介绍了Android Studio Gradle构建错误:app:mergeDebugResources,Crunching Cruncher loader.png失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试将Google Signin集成到我的Android应用中。当我添加Google服务依赖关系时,我遇到了构建apk的问题。以下是我的gradle文件和错误日志。 google服务库也提示我使用gradle-wrapper 2.10而不是2.8

I am trying to integrate Google Signin in my Android App. I am facing issue with building apk when I include Google Services Dependencies. Below are my gradle files and error log. The google services lib is also prompting me to use gradle-wrapper 2.10 and not 2.8

PROJECT LEVEL GRADLE FILE:

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
    repositories {
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:1.3.0'
        classpath 'com.google.gms:google-services:2.0.0-alpha5'
    }
}

allprojects {
    repositories {
        jcenter()
        mavenCentral()
    }
}

APP LEVEL GRADLE FILE:

apply plugin: 'com.android.application'
apply plugin: 'com.google.gms.google-services'

android {
    compileSdkVersion 23
    buildToolsVersion "23.0.2"

    defaultConfig {
        applicationId "com.jaldirecharge"
        minSdkVersion 9
        targetSdkVersion 23
    }

    buildTypes {
        release {
            minifyEnabled true
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-project.txt'
        }
    }

    useLibrary 'org.apache.http.legacy'
}

dependencies {
    compile 'com.android.support:appcompat-v7:23.1.1'
    compile 'com.android.support:support-v4:23.1.1'
    compile 'com.android.support:design:23.1.1'
    compile 'com.mcxiaoke.volley:library:1.0.6'
    compile 'com.google.code.gson:gson:2.4'
    compile 'com.google.android.gms:play-services-auth:8.3.0'
    compile files('libs/gcm.jar')
    compile files('libs/libGoogleAnalyticsServices.jar')
    compile files('libs/socialauth-4.3.jar')
    compile 'com.facebook.android:facebook-android-sdk:4.9.0'
    compile files('libs/socialauth-android-3.0.jar')
    compile files('libs/universal-image-loader-1.8.3.jar')
}

错误日志:

ERROR LOGS:

Information:Gradle tasks [:app:assembleDebug]
:app:preBuild UP-TO-DATE
:app:preDebugBuild UP-TO-DATE
:app:checkDebugManifest
:app:preReleaseBuild UP-TO-DATE
:app:prepareComAndroidSupportAppcompatV72311Library UP-TO-DATE
:app:prepareComAndroidSupportCardviewV72311Library UP-TO-DATE
:app:prepareComAndroidSupportDesign2311Library UP-TO-DATE
:app:prepareComAndroidSupportMultidex101Library UP-TO-DATE
:app:prepareComAndroidSupportRecyclerviewV72311Library UP-TO-DATE
:app:prepareComAndroidSupportSupportV42311Library UP-TO-DATE
:app:prepareComFacebookAndroidFacebookAndroidSdk490Library UP-TO-DATE
:app:prepareComGoogleAndroidGmsPlayServicesAuth830Library UP-TO-DATE
:app:prepareComGoogleAndroidGmsPlayServicesBase830Library UP-TO-DATE
:app:prepareComGoogleAndroidGmsPlayServicesBasement830Library UP-TO-DATE
:app:prepareComGoogleAndroidGmsPlayServicesMeasurement830Library UP-TO-DATE
:app:prepareDebugDependencies
:app:compileDebugAidl UP-TO-DATE
:app:compileDebugRenderscript UP-TO-DATE
:app:generateDebugBuildConfig UP-TO-DATE
:app:generateDebugAssets UP-TO-DATE
:app:mergeDebugAssets UP-TO-DATE
:app:generateDebugResValues UP-TO-DATE
:app:processDebugGoogleServices
:app:generateDebugResources
:app:mergeDebugResources

AAPT err(Facade for 1282826090):No代表组:丢失消息:libpng错误:不是PNG文件
AAPT err(Facade for 1543523483):No代表组:失败消息:libpng错误:不是PNG文件
AAPT:libpng错误:不是PNG文件
AAPT:libpng错误:不是PNG文件
:app:mergeDebugResources失败
错误:执行失败的任务':app:mergeDebugResources'。

AAPT err(Facade for 1282826090) : No Delegate set : lost message:libpng error: Not a PNG file AAPT err(Facade for 1543523483) : No Delegate set : lost message:libpng error: Not a PNG file AAPT: libpng error: Not a PNG file AAPT: libpng error: Not a PNG file :app:mergeDebugResources FAILED Error:Execution failed for task ':app:mergeDebugResources'.


Crunching Cruncher loader.png失败,请参阅日志
信息:BUILD FAILED
信息:总时间:9.017秒
信息:1个错误
信息:0个警告
信息:查看控制台中的完整输出

Crunching Cruncher loader.png failed, see logs Information:BUILD FAILED Information:Total time: 9.017 secs Information:1 error Information:0 warnings Information:See complete output in console


推荐答案

Shahar给出了正确答案,只是我想补充一点是 -

Shahar has given right answer, only point I would like to add in is-

I在我的项目中有上百张图片,并且检查每张图片都是不可能的,因此我所做的是使用一种工具将它们全部转换为PNG格式。我是MAC用户,所以我使用了预览应用程序。我发现其中一个图像保存为PNG,但不是PNG文件。

I had hundred+ images in my project and checking every image was not possible, so what I did is used a tool to convert all of them in PNG at a time. I am MAC user so I used Preview App. I found one of the image was saved as PNG but not png file.

这篇关于Android Studio Gradle构建错误:app:mergeDebugResources,Crunching Cruncher loader.png失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆