質問するログイン新規登録

質問編集履歴

2

gradle consoleの追加

2016/06/21 04:46

投稿

yuto_iizuka
yuto_iizuka

スコア17

title CHANGED
File without changes
body CHANGED
@@ -3,4 +3,102 @@
3
3
  画像を貼りますので、原因がわかる方に教えていただきたいです。![エラーメッセージ](8b529b0c268dfc97e2d3652a9557e6ad.png)
4
4
 
5
5
  大量にあったため一部になってしまいました。お願いします。
6
- ![エラーメッセージ2](2ba73e1851153180b1565d46d4ed19f8.png)
6
+ ![エラーメッセージ2](2ba73e1851153180b1565d46d4ed19f8.png)
7
+
8
+ gradle consoleを載せます
9
+ Executing tasks: [:app:generateDebugSources, :app:generateDebugAndroidTestSources, :app:prepareDebugUnitTestDependencies, :app:mockableAndroidJar]
10
+
11
+ Configuration on demand is an incubating feature.
12
+ Incremental java compilation is an incubating feature.
13
+ :app:preBuild UP-TO-DATE
14
+ :app:preDebugBuild UP-TO-DATE
15
+ :app:checkDebugManifest
16
+ :app:preReleaseBuild UP-TO-DATE
17
+ :app:prepareComAndroidSupportAnimatedVectorDrawable2340Library
18
+ :app:prepareComAndroidSupportAppcompatV72340Library
19
+ :app:prepareComAndroidSupportSupportV42340Library
20
+ :app:prepareComAndroidSupportSupportVectorDrawable2340Library
21
+ :app:prepareDebugDependencies
22
+ :app:compileDebugAidl
23
+ :app:compileDebugRenderscript
24
+ :app:generateDebugBuildConfig
25
+ :app:mergeDebugShaders
26
+ :app:compileDebugShaders
27
+ :app:generateDebugAssets
28
+ :app:mergeDebugAssets
29
+ :app:generateDebugResValues
30
+ :app:generateDebugResources
31
+ :app:mergeDebugResources
32
+ :app:processDebugManifest
33
+ :app:processDebugResources
34
+ :app:generateDebugSources
35
+ :app:preDebugAndroidTestBuild UP-TO-DATE
36
+ :app:prepareDebugAndroidTestDependencies
37
+ :app:compileDebugAndroidTestAidl
38
+ :app:processDebugAndroidTestManifest
39
+ :app:compileDebugAndroidTestRenderscript
40
+ :app:generateDebugAndroidTestBuildConfig
41
+ :app:mergeDebugAndroidTestShaders
42
+ :app:compileDebugAndroidTestShaders
43
+ :app:generateDebugAndroidTestAssets
44
+ :app:mergeDebugAndroidTestAssets
45
+ :app:generateDebugAndroidTestResValues
46
+ :app:generateDebugAndroidTestResources
47
+ :app:mergeDebugAndroidTestResources
48
+ :app:processDebugAndroidTestResources
49
+ :app:generateDebugAndroidTestSources
50
+ :app:preDebugUnitTestBuild UP-TO-DATE
51
+ :app:prepareDebugUnitTestDependencies
52
+ :app:mockableAndroidJar
53
+
54
+ BUILD SUCCESSFUL
55
+
56
+ Total time: 18.694 secs
57
+ Executing tasks: [:app:clean, :app:generateDebugSources, :app:generateDebugAndroidTestSources, :app:prepareDebugUnitTestDependencies, :app:mockableAndroidJar, :app:assembleDebug]
58
+
59
+ Configuration on demand is an incubating feature.
60
+ Incremental java compilation is an incubating feature.
61
+ :app:clean
62
+ :app:preBuild UP-TO-DATE
63
+ :app:preDebugBuild UP-TO-DATE
64
+ :app:checkDebugManifest
65
+ :app:preReleaseBuild UP-TO-DATE
66
+ :app:prepareComAndroidSupportAnimatedVectorDrawable2340Library
67
+ :app:prepareComAndroidSupportAppcompatV72340Library
68
+ :app:prepareComAndroidSupportSupportV42340Library
69
+ :app:prepareComAndroidSupportSupportVectorDrawable2340Library
70
+ :app:prepareDebugDependencies
71
+ :app:compileDebugAidl
72
+ :app:compileDebugRenderscript
73
+ :app:generateDebugBuildConfig
74
+ :app:mergeDebugShaders
75
+ :app:compileDebugShaders
76
+ :app:generateDebugAssets
77
+ :app:mergeDebugAssets
78
+ :app:generateDebugResValues UP-TO-DATE
79
+ :app:generateDebugResources
80
+ :app:mergeDebugResources
81
+ :app:processDebugManifest
82
+ :app:processDebugResources
83
+ :app:generateDebugSources
84
+ :app:preDebugAndroidTestBuild UP-TO-DATE
85
+ :app:prepareDebugAndroidTestDependencies
86
+ :app:compileDebugAndroidTestAidl
87
+ :app:processDebugAndroidTestManifest
88
+ :app:compileDebugAndroidTestRenderscript
89
+ :app:generateDebugAndroidTestBuildConfig
90
+ :app:mergeDebugAndroidTestShaders
91
+ :app:compileDebugAndroidTestShaders
92
+ :app:generateDebugAndroidTestAssets
93
+ :app:mergeDebugAndroidTestAssets
94
+ :app:generateDebugAndroidTestResValues UP-TO-DATE
95
+ :app:generateDebugAndroidTestResources
96
+ :app:mergeDebugAndroidTestResources
97
+ :app:processDebugAndroidTestResources
98
+ :app:generateDebugAndroidTestSources
99
+ :app:preDebugUnitTestBuild UP-TO-DATE
100
+ :app:prepareDebugUnitTestDependencies
101
+ :app:mockableAndroidJar UP-TO-DATE
102
+ :app:incrementalDebugJavaCompilationSafeguard
103
+ :app:compileDebugJavaWithJavac
104
+ :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

title CHANGED
File without changes
body CHANGED
@@ -1,3 +1,6 @@
1
1
  AndroidStudioでHelloWorldと出力させるソースコードを書いて、
2
2
  エミュレータで実行したのですが、エラーが発生しました。
3
- 画像を貼りますので、原因がわかる方に教えていただきたいです。![エラーメッセージ](8b529b0c268dfc97e2d3652a9557e6ad.png)
3
+ 画像を貼りますので、原因がわかる方に教えていただきたいです。![エラーメッセージ](8b529b0c268dfc97e2d3652a9557e6ad.png)
4
+
5
+ 大量にあったため一部になってしまいました。お願いします。
6
+ ![エラーメッセージ2](2ba73e1851153180b1565d46d4ed19f8.png)