質問編集履歴
3
追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
プロジェクトの作成が終わり、androidにビルドして実行を試したのですが、以下のようなエラーが出てまったくわかりません。
|
2
|
+
別の人のPCで試した際にはうまくいったので、じぶんのPCが原因だとは考えているのですが。
|
2
3
|
|
3
4
|
|
4
5
|
UnityEditor.BuildPlayerWindow+BuildMethodException: 4 errors
|
2
追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,8 +6,10 @@
|
|
6
6
|
at UnityEditor.BuildPlayerWindow.CallBuildMethods (System.Boolean askForBuildLocation, UnityEditor.BuildOptions defaultBuildOptions) [0x00080] in <ad50112e30b445fdbf80d5814c3cbcf6>:0
|
7
7
|
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
|
8
8
|
|
9
|
+
エラーの詳細
|
9
10
|
|
10
11
|
|
12
|
+
|
11
13
|
**Configure project :launcher
|
12
14
|
|
13
15
|
FAILURE: Build failed with an exception.
|
1
ついか
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,3 +6,15 @@
|
|
6
6
|
at UnityEditor.BuildPlayerWindow.CallBuildMethods (System.Boolean askForBuildLocation, UnityEditor.BuildOptions defaultBuildOptions) [0x00080] in <ad50112e30b445fdbf80d5814c3cbcf6>:0
|
7
7
|
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
|
8
8
|
|
9
|
+
|
10
|
+
|
11
|
+
**Configure project :launcher
|
12
|
+
|
13
|
+
FAILURE: Build failed with an exception.
|
14
|
+
|
15
|
+
CommandInvokationFailure: Gradle build failed.
|
16
|
+
|
17
|
+
Build completed with a result of 'Failed' in 63 seconds (63428 ms)
|
18
|
+
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
|
19
|
+
|
20
|
+
**
|