質問編集履歴
4
title
CHANGED
File without changes
|
body
CHANGED
@@ -45,4 +45,6 @@
|
|
45
45
|
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
|
46
46
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
|
47
47
|
at java.lang.Thread.run(Thread.java:745)
|
48
|
-
```
|
48
|
+
```
|
49
|
+
|
50
|
+
マルチポストしてます。http://ja.stackoverflow.com/q/31847/15185
|
3
title
CHANGED
File without changes
|
body
CHANGED
@@ -45,8 +45,4 @@
|
|
45
45
|
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
|
46
46
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
|
47
47
|
at java.lang.Thread.run(Thread.java:745)
|
48
|
-
```
|
48
|
+
```
|
49
|
-
|
50
|
-
#追記#
|
51
|
-
こんなエラーメッセージが書いてありました:
|
52
|
-
>Error:(22, 0) Could not find method android() for arguments [build_cvmddthxk4gx46ptnoqwqiurq$_run_closure3@da22b5] on root project 'FlashAnzan' of type org.gradle.api.Project.
|
2
情報を追記した
title
CHANGED
File without changes
|
body
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
というエラーが出ます。
|
8
8
|
|
9
9
|
*このエラーを解消する方法は何ですか?*
|
10
|
-
(ちなみに、次のようなログが書き込まれていました)
|
10
|
+
(ちなみに、次のようなログが書き込まれていました. これらは関係ありますか?)
|
11
11
|
|
12
12
|
```Error Log
|
13
13
|
2017-01-08 23:31:08,437 [36531307] WARN - nal.AbstractExternalSystemTask - Could not find method android() for arguments [build_cvmddthxk4gx46ptnoqwqiurq$_run_closure3@15c7cc9] on root project 'FlashAnzan' of type org.gradle.api.Project.
|
@@ -45,4 +45,8 @@
|
|
45
45
|
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
|
46
46
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
|
47
47
|
at java.lang.Thread.run(Thread.java:745)
|
48
|
-
```
|
48
|
+
```
|
49
|
+
|
50
|
+
#追記#
|
51
|
+
こんなエラーメッセージが書いてありました:
|
52
|
+
>Error:(22, 0) Could not find method android() for arguments [build_cvmddthxk4gx46ptnoqwqiurq$_run_closure3@da22b5] on root project 'FlashAnzan' of type org.gradle.api.Project.
|
1
title
CHANGED
File without changes
|
body
CHANGED
@@ -10,17 +10,6 @@
|
|
10
10
|
(ちなみに、次のようなログが書き込まれていました)
|
11
11
|
|
12
12
|
```Error Log
|
13
|
-
LOG OF MY APP, READ THIS
|
14
|
-
FH
|
15
|
-
|
16
|
-
fox haru <mob.haruki.0415@gmail.com>
|
17
|
-
2017/01/08 (日) 14:55
|
18
|
-
宛先:
|
19
|
-
solar.developer@outlook.jp;
|
20
|
-
This mail has a log, not a virus. Do NOT hesitate to open that;)
|
21
|
-
|
22
|
-
Gradle sync failed. Basic functionality(e.g editing, debugging) will not work properly.
|
23
|
-
|
24
13
|
2017-01-08 23:31:08,437 [36531307] WARN - nal.AbstractExternalSystemTask - Could not find method android() for arguments [build_cvmddthxk4gx46ptnoqwqiurq$_run_closure3@15c7cc9] on root project 'FlashAnzan' of type org.gradle.api.Project.
|
25
14
|
com.intellij.openapi.externalSystem.model.LocationAwareExternalSystemException: Could not find method android() for arguments [build_cvmddthxk4gx46ptnoqwqiurq$_run_closure3@15c7cc9] on root project 'FlashAnzan' of type org.gradle.api.Project.
|
26
15
|
at org.jetbrains.plugins.gradle.service.project.AbstractProjectImportErrorHandler.createUserFriendlyError(AbstractProjectImportErrorHandler.java:103)
|