質問編集履歴
2
Gradle Console の追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -16,4 +16,71 @@
|
|
16
16
|
|
17
17
|
よろしくお願いします。
|
18
18
|
|
19
|
+
Gradle Consoleです。
|
20
|
+
```Gradle
|
21
|
+
Executing tasks: [clean, :app:generateDebugSources, :app:generateDebugAndroidTestSources, :app:mockableAndroidJar, :app:prepareDebugUnitTestDependencies]
|
22
|
+
|
23
|
+
Configuration on demand is an incubating feature.
|
24
|
+
Observed 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')
|
25
|
+
Already 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'
|
26
|
+
Incremental java compilation is an incubating feature.
|
27
|
+
:clean UP-TO-DATE
|
28
|
+
:app:clean
|
29
|
+
:app:preBuild UP-TO-DATE
|
30
|
+
:app:preDebugBuild UP-TO-DATE
|
31
|
+
:app:checkDebugManifest
|
32
|
+
:app:preReleaseBuild UP-TO-DATE
|
33
|
+
:app:prepareComAndroidSupportAnimatedVectorDrawable2411Library
|
34
|
+
:app:prepareComAndroidSupportAppcompatV72411Library
|
35
|
+
:app:prepareComAndroidSupportDesign2411Library
|
36
|
+
:app:prepareComAndroidSupportRecyclerviewV72411Library
|
37
|
+
:app:prepareComAndroidSupportSupportV42411Library
|
38
|
+
:app:prepareComAndroidSupportSupportVectorDrawable2411Library
|
39
|
+
:app:prepareComGoogleAndroidGmsPlayServicesBase901Library
|
40
|
+
:app:prepareComGoogleAndroidGmsPlayServicesBasement901Library
|
41
|
+
:app:prepareComGoogleAndroidGmsPlayServicesTasks901Library
|
42
|
+
:app:prepareComGoogleFirebaseFirebaseAnalytics901Library
|
43
|
+
:app:prepareComGoogleFirebaseFirebaseAnalyticsImpl901Library
|
44
|
+
:app:prepareComGoogleFirebaseFirebaseCommon901Library
|
45
|
+
:app:prepareComGoogleFirebaseFirebaseCore901Library
|
46
|
+
:app:prepareComGoogleFirebaseFirebaseCrash901Library
|
47
|
+
:app:prepareComGoogleFirebaseFirebaseDatabase901Library
|
48
|
+
:app:prepareComGoogleFirebaseFirebaseDatabaseConnection901Library
|
49
|
+
:app:prepareComGoogleFirebaseFirebaseIid901Library
|
50
|
+
:app:prepareComGoogleFirebaseFirebaseMessaging900Library
|
51
|
+
:app:prepareDebugDependencies
|
52
|
+
:app:compileDebugAidl
|
53
|
+
:app:compileDebugRenderscript
|
54
|
+
:app:generateDebugBuildConfig
|
55
|
+
:app:mergeDebugShaders
|
56
|
+
:app:compileDebugShaders
|
57
|
+
:app:generateDebugAssets
|
58
|
+
:app:mergeDebugAssets
|
59
|
+
:app:generateDebugResValues UP-TO-DATE
|
60
|
+
:app:processDebugGoogleServices
|
61
|
+
Parsing json file: C:\Users\shion\AndroidStudioProjects\bunnkasai\app\google-services.json
|
62
|
+
:app:generateDebugResources
|
63
|
+
:app:mergeDebugResources
|
64
|
+
AAPT err(Facade for 1752527126): libpng error: Not a PNG file
|
65
|
+
|
66
|
+
FAILED
|
67
|
+
|
68
|
+
FAILURE: Build failed with an exception.
|
69
|
+
|
70
|
+
* What went wrong:
|
71
|
+
Execution failed for task ':app:mergeDebugResources'.
|
72
|
+
> Some file crunching failed, see logs for details
|
73
|
+
|
74
|
+
* Try:
|
75
|
+
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
|
76
|
+
|
77
|
+
BUILD FAILED
|
78
|
+
|
79
|
+
Total time: 7.584 secs
|
80
|
+
|
81
|
+
```
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
|
19
86
|
clean build ,rebuildを行いましたが、ダメでした。
|
1
試行の詳細
title
CHANGED
File without changes
|
body
CHANGED
@@ -14,4 +14,6 @@
|
|
14
14
|
画像は抜けない状態です。
|
15
15
|
急いでいます。
|
16
16
|
|
17
|
-
よろしくお願いします。
|
17
|
+
よろしくお願いします。
|
18
|
+
|
19
|
+
clean build ,rebuildを行いましたが、ダメでした。
|