質問編集履歴
3
追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
プロジェクトの作成が終わり、androidにビルドして実行を試したのですが、以下のようなエラーが出てまったくわかりません。
|
2
|
+
別の人のPCで試した際にはうまくいったので、じぶんのPCが原因だとは考えているのですが。
|
2
3
|
|
3
4
|
|
4
5
|
UnityEditor.BuildPlayerWindow+BuildMethodException: 4 errors
|
2
追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -5,6 +5,8 @@
|
|
5
5
|
at UnityEditor.BuildPlayerWindow+DefaultBuildMethods.BuildPlayer (UnityEditor.BuildPlayerOptions options) [0x002ca] in <ad50112e30b445fdbf80d5814c3cbcf6>:0
|
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
|
+
|
9
|
+
エラーの詳細
|
8
10
|
|
9
11
|
|
10
12
|
|
1
ついか
test
CHANGED
File without changes
|
test
CHANGED
@@ -7,3 +7,14 @@
|
|
7
7
|
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
|
8
8
|
|
9
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
|
+
**
|