Android Studioで
Error:Execution failed for task ':app:mergeDebugResources'.
Some file crunching failed, see logs for details
というエラーが出てしまいました。
解決方法を教えていただけないでしょうか?
ビルトログは、
0:48:35 Executing tasks: [:app:clean, :app:generateDebugSources, :app:mockableAndroidJar, :app:prepareDebugUnitTestDependencies, :app:generateDebugAndroidTestSources, :app:assembleDebug]
0:48:41 Gradle build finished with 1 error(s) in 5s 795ms
です。
画像は抜けない状態です。
急いでいます。
よろしくお願いします。
Gradle Consoleです。
Gradle
1Executing tasks: [clean, :app:generateDebugSources, :app:generateDebugAndroidTestSources, :app:mockableAndroidJar, :app:prepareDebugUnitTestDependencies] 2 3Configuration on demand is an incubating feature. 4Observed package id 'add-ons;addon-google_apis-google-23' in inconsistent location 'C:\Users\shion\AppData\Local\Android\sdk\add-ons\addon-google_apis-google-23-1' (Expected 'C:\Users\shion\AppData\Local\Android\sdk\add-ons\addon-google_apis-google-23') 5Already observed package id 'add-ons;addon-google_apis-google-23' in 'C:\Users\shion\AppData\Local\Android\sdk\add-ons\addon-google_apis-google-23'. Skipping duplicate at 'C:\Users\shion\AppData\Local\Android\sdk\add-ons\addon-google_apis-google-23-1' 6Incremental java compilation is an incubating feature. 7:clean UP-TO-DATE 8:app:clean 9:app:preBuild UP-TO-DATE 10:app:preDebugBuild UP-TO-DATE 11:app:checkDebugManifest 12:app:preReleaseBuild UP-TO-DATE 13:app:prepareComAndroidSupportAnimatedVectorDrawable2411Library 14:app:prepareComAndroidSupportAppcompatV72411Library 15:app:prepareComAndroidSupportDesign2411Library 16:app:prepareComAndroidSupportRecyclerviewV72411Library 17:app:prepareComAndroidSupportSupportV42411Library 18:app:prepareComAndroidSupportSupportVectorDrawable2411Library 19:app:prepareComGoogleAndroidGmsPlayServicesBase901Library 20:app:prepareComGoogleAndroidGmsPlayServicesBasement901Library 21:app:prepareComGoogleAndroidGmsPlayServicesTasks901Library 22:app:prepareComGoogleFirebaseFirebaseAnalytics901Library 23:app:prepareComGoogleFirebaseFirebaseAnalyticsImpl901Library 24:app:prepareComGoogleFirebaseFirebaseCommon901Library 25:app:prepareComGoogleFirebaseFirebaseCore901Library 26:app:prepareComGoogleFirebaseFirebaseCrash901Library 27:app:prepareComGoogleFirebaseFirebaseDatabase901Library 28:app:prepareComGoogleFirebaseFirebaseDatabaseConnection901Library 29:app:prepareComGoogleFirebaseFirebaseIid901Library 30:app:prepareComGoogleFirebaseFirebaseMessaging900Library 31:app:prepareDebugDependencies 32:app:compileDebugAidl 33:app:compileDebugRenderscript 34:app:generateDebugBuildConfig 35:app:mergeDebugShaders 36:app:compileDebugShaders 37:app:generateDebugAssets 38:app:mergeDebugAssets 39:app:generateDebugResValues UP-TO-DATE 40:app:processDebugGoogleServices 41Parsing json file: C:\Users\shion\AndroidStudioProjects\bunnkasai\app\google-services.json 42:app:generateDebugResources 43:app:mergeDebugResources 44AAPT err(Facade for 1752527126): libpng error: Not a PNG file 45 46 FAILED 47 48FAILURE: Build failed with an exception. 49 50* What went wrong: 51Execution failed for task ':app:mergeDebugResources'. 52> Some file crunching failed, see logs for details 53 54* Try: 55Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. 56 57BUILD FAILED 58 59Total time: 7.584 secs 60
clean build ,rebuildを行いましたが、ダメでした。

回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。