質問編集履歴

2

gradle consoleの追加

2016/06/21 04:46

投稿

yuto_iizuka
yuto_iizuka

スコア17

test CHANGED
File without changes
test CHANGED
@@ -9,3 +9,199 @@
9
9
  大量にあったため一部になってしまいました。お願いします。
10
10
 
11
11
  ![エラーメッセージ2](2ba73e1851153180b1565d46d4ed19f8.png)
12
+
13
+
14
+
15
+ gradle consoleを載せます
16
+
17
+ Executing tasks: [:app:generateDebugSources, :app:generateDebugAndroidTestSources, :app:prepareDebugUnitTestDependencies, :app:mockableAndroidJar]
18
+
19
+
20
+
21
+ Configuration on demand is an incubating feature.
22
+
23
+ Incremental java compilation is an incubating feature.
24
+
25
+ :app:preBuild UP-TO-DATE
26
+
27
+ :app:preDebugBuild UP-TO-DATE
28
+
29
+ :app:checkDebugManifest
30
+
31
+ :app:preReleaseBuild UP-TO-DATE
32
+
33
+ :app:prepareComAndroidSupportAnimatedVectorDrawable2340Library
34
+
35
+ :app:prepareComAndroidSupportAppcompatV72340Library
36
+
37
+ :app:prepareComAndroidSupportSupportV42340Library
38
+
39
+ :app:prepareComAndroidSupportSupportVectorDrawable2340Library
40
+
41
+ :app:prepareDebugDependencies
42
+
43
+ :app:compileDebugAidl
44
+
45
+ :app:compileDebugRenderscript
46
+
47
+ :app:generateDebugBuildConfig
48
+
49
+ :app:mergeDebugShaders
50
+
51
+ :app:compileDebugShaders
52
+
53
+ :app:generateDebugAssets
54
+
55
+ :app:mergeDebugAssets
56
+
57
+ :app:generateDebugResValues
58
+
59
+ :app:generateDebugResources
60
+
61
+ :app:mergeDebugResources
62
+
63
+ :app:processDebugManifest
64
+
65
+ :app:processDebugResources
66
+
67
+ :app:generateDebugSources
68
+
69
+ :app:preDebugAndroidTestBuild UP-TO-DATE
70
+
71
+ :app:prepareDebugAndroidTestDependencies
72
+
73
+ :app:compileDebugAndroidTestAidl
74
+
75
+ :app:processDebugAndroidTestManifest
76
+
77
+ :app:compileDebugAndroidTestRenderscript
78
+
79
+ :app:generateDebugAndroidTestBuildConfig
80
+
81
+ :app:mergeDebugAndroidTestShaders
82
+
83
+ :app:compileDebugAndroidTestShaders
84
+
85
+ :app:generateDebugAndroidTestAssets
86
+
87
+ :app:mergeDebugAndroidTestAssets
88
+
89
+ :app:generateDebugAndroidTestResValues
90
+
91
+ :app:generateDebugAndroidTestResources
92
+
93
+ :app:mergeDebugAndroidTestResources
94
+
95
+ :app:processDebugAndroidTestResources
96
+
97
+ :app:generateDebugAndroidTestSources
98
+
99
+ :app:preDebugUnitTestBuild UP-TO-DATE
100
+
101
+ :app:prepareDebugUnitTestDependencies
102
+
103
+ :app:mockableAndroidJar
104
+
105
+
106
+
107
+ BUILD SUCCESSFUL
108
+
109
+
110
+
111
+ Total time: 18.694 secs
112
+
113
+ Executing tasks: [:app:clean, :app:generateDebugSources, :app:generateDebugAndroidTestSources, :app:prepareDebugUnitTestDependencies, :app:mockableAndroidJar, :app:assembleDebug]
114
+
115
+
116
+
117
+ Configuration on demand is an incubating feature.
118
+
119
+ Incremental java compilation is an incubating feature.
120
+
121
+ :app:clean
122
+
123
+ :app:preBuild UP-TO-DATE
124
+
125
+ :app:preDebugBuild UP-TO-DATE
126
+
127
+ :app:checkDebugManifest
128
+
129
+ :app:preReleaseBuild UP-TO-DATE
130
+
131
+ :app:prepareComAndroidSupportAnimatedVectorDrawable2340Library
132
+
133
+ :app:prepareComAndroidSupportAppcompatV72340Library
134
+
135
+ :app:prepareComAndroidSupportSupportV42340Library
136
+
137
+ :app:prepareComAndroidSupportSupportVectorDrawable2340Library
138
+
139
+ :app:prepareDebugDependencies
140
+
141
+ :app:compileDebugAidl
142
+
143
+ :app:compileDebugRenderscript
144
+
145
+ :app:generateDebugBuildConfig
146
+
147
+ :app:mergeDebugShaders
148
+
149
+ :app:compileDebugShaders
150
+
151
+ :app:generateDebugAssets
152
+
153
+ :app:mergeDebugAssets
154
+
155
+ :app:generateDebugResValues UP-TO-DATE
156
+
157
+ :app:generateDebugResources
158
+
159
+ :app:mergeDebugResources
160
+
161
+ :app:processDebugManifest
162
+
163
+ :app:processDebugResources
164
+
165
+ :app:generateDebugSources
166
+
167
+ :app:preDebugAndroidTestBuild UP-TO-DATE
168
+
169
+ :app:prepareDebugAndroidTestDependencies
170
+
171
+ :app:compileDebugAndroidTestAidl
172
+
173
+ :app:processDebugAndroidTestManifest
174
+
175
+ :app:compileDebugAndroidTestRenderscript
176
+
177
+ :app:generateDebugAndroidTestBuildConfig
178
+
179
+ :app:mergeDebugAndroidTestShaders
180
+
181
+ :app:compileDebugAndroidTestShaders
182
+
183
+ :app:generateDebugAndroidTestAssets
184
+
185
+ :app:mergeDebugAndroidTestAssets
186
+
187
+ :app:generateDebugAndroidTestResValues UP-TO-DATE
188
+
189
+ :app:generateDebugAndroidTestResources
190
+
191
+ :app:mergeDebugAndroidTestResources
192
+
193
+ :app:processDebugAndroidTestResources
194
+
195
+ :app:generateDebugAndroidTestSources
196
+
197
+ :app:preDebugUnitTestBuild UP-TO-DATE
198
+
199
+ :app:prepareDebugUnitTestDependencies
200
+
201
+ :app:mockableAndroidJar UP-TO-DATE
202
+
203
+ :app:incrementalDebugJavaCompilationSafeguard
204
+
205
+ :app:compileDebugJavaWithJavac
206
+
207
+ :app:compileDebugJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.).

1

エラーメッセージを追加しました。

2016/06/21 04:46

投稿

yuto_iizuka
yuto_iizuka

スコア17

test CHANGED
File without changes
test CHANGED
@@ -3,3 +3,9 @@
3
3
  エミュレータで実行したのですが、エラーが発生しました。
4
4
 
5
5
  画像を貼りますので、原因がわかる方に教えていただきたいです。![エラーメッセージ](8b529b0c268dfc97e2d3652a9557e6ad.png)
6
+
7
+
8
+
9
+ 大量にあったため一部になってしまいました。お願いします。
10
+
11
+ ![エラーメッセージ2](2ba73e1851153180b1565d46d4ed19f8.png)