質問編集履歴

2

Gradle Console の追加

2016/09/05 16:12

投稿

Shion_Ichikawa
Shion_Ichikawa

スコア56

test CHANGED
File without changes
test CHANGED
@@ -34,4 +34,138 @@
34
34
 
35
35
 
36
36
 
37
+ Gradle Consoleです。
38
+
39
+ ```Gradle
40
+
41
+ Executing tasks: [clean, :app:generateDebugSources, :app:generateDebugAndroidTestSources, :app:mockableAndroidJar, :app:prepareDebugUnitTestDependencies]
42
+
43
+
44
+
45
+ Configuration on demand is an incubating feature.
46
+
47
+ 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')
48
+
49
+ 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'
50
+
51
+ Incremental java compilation is an incubating feature.
52
+
53
+ :clean UP-TO-DATE
54
+
55
+ :app:clean
56
+
57
+ :app:preBuild UP-TO-DATE
58
+
59
+ :app:preDebugBuild UP-TO-DATE
60
+
61
+ :app:checkDebugManifest
62
+
63
+ :app:preReleaseBuild UP-TO-DATE
64
+
65
+ :app:prepareComAndroidSupportAnimatedVectorDrawable2411Library
66
+
67
+ :app:prepareComAndroidSupportAppcompatV72411Library
68
+
69
+ :app:prepareComAndroidSupportDesign2411Library
70
+
71
+ :app:prepareComAndroidSupportRecyclerviewV72411Library
72
+
73
+ :app:prepareComAndroidSupportSupportV42411Library
74
+
75
+ :app:prepareComAndroidSupportSupportVectorDrawable2411Library
76
+
77
+ :app:prepareComGoogleAndroidGmsPlayServicesBase901Library
78
+
79
+ :app:prepareComGoogleAndroidGmsPlayServicesBasement901Library
80
+
81
+ :app:prepareComGoogleAndroidGmsPlayServicesTasks901Library
82
+
83
+ :app:prepareComGoogleFirebaseFirebaseAnalytics901Library
84
+
85
+ :app:prepareComGoogleFirebaseFirebaseAnalyticsImpl901Library
86
+
87
+ :app:prepareComGoogleFirebaseFirebaseCommon901Library
88
+
89
+ :app:prepareComGoogleFirebaseFirebaseCore901Library
90
+
91
+ :app:prepareComGoogleFirebaseFirebaseCrash901Library
92
+
93
+ :app:prepareComGoogleFirebaseFirebaseDatabase901Library
94
+
95
+ :app:prepareComGoogleFirebaseFirebaseDatabaseConnection901Library
96
+
97
+ :app:prepareComGoogleFirebaseFirebaseIid901Library
98
+
99
+ :app:prepareComGoogleFirebaseFirebaseMessaging900Library
100
+
101
+ :app:prepareDebugDependencies
102
+
103
+ :app:compileDebugAidl
104
+
105
+ :app:compileDebugRenderscript
106
+
107
+ :app:generateDebugBuildConfig
108
+
109
+ :app:mergeDebugShaders
110
+
111
+ :app:compileDebugShaders
112
+
113
+ :app:generateDebugAssets
114
+
115
+ :app:mergeDebugAssets
116
+
117
+ :app:generateDebugResValues UP-TO-DATE
118
+
119
+ :app:processDebugGoogleServices
120
+
121
+ Parsing json file: C:\Users\shion\AndroidStudioProjects\bunnkasai\app\google-services.json
122
+
123
+ :app:generateDebugResources
124
+
125
+ :app:mergeDebugResources
126
+
127
+ AAPT err(Facade for 1752527126): libpng error: Not a PNG file
128
+
129
+
130
+
131
+ FAILED
132
+
133
+
134
+
135
+ FAILURE: Build failed with an exception.
136
+
137
+
138
+
139
+ * What went wrong:
140
+
141
+ Execution failed for task ':app:mergeDebugResources'.
142
+
143
+ > Some file crunching failed, see logs for details
144
+
145
+
146
+
147
+ * Try:
148
+
149
+ Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
150
+
151
+
152
+
153
+ BUILD FAILED
154
+
155
+
156
+
157
+ Total time: 7.584 secs
158
+
159
+
160
+
161
+ ```
162
+
163
+
164
+
165
+
166
+
167
+
168
+
169
+
170
+
37
171
  clean build ,rebuildを行いましたが、ダメでした。

1

試行の詳細

2016/09/05 16:12

投稿

Shion_Ichikawa
Shion_Ichikawa

スコア56

test CHANGED
File without changes
test CHANGED
@@ -31,3 +31,7 @@
31
31
 
32
32
 
33
33
  よろしくお願いします。
34
+
35
+
36
+
37
+ clean build ,rebuildを行いましたが、ダメでした。