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

質問編集履歴

1

エラーメッセージを載せました

2020/05/27 07:31

投稿

kidaer
kidaer

スコア31

title CHANGED
File without changes
body CHANGED
@@ -10,4 +10,93 @@
10
10
  2:初心者でもじっくり学んでいける+起動できる
11
11
 
12
12
  上記を含めたいいソフトはないでしょうか?
13
- アドバイスをお願い致します
13
+ アドバイスをお願い致します
14
+ =======================
15
+ ちなみにビルドを試してみると以下のようなエラーメッセージがでます
16
+
17
+ 【1】
18
+ UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
19
+ 【2】
20
+ FAILURE: Build failed with an exception.
21
+ UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
22
+ 【3】
23
+ * Where:
24
+ UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
25
+ 【4】
26
+ Build file 'C:\Users\litelitelite\�ɂ‚Ԃ��E�B���h�E�V���b�s���O�I\Temp\gradleOut\launcher\build.gradle' line: 3
27
+ UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
28
+ 【5】
29
+ * What went wrong:
30
+ UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
31
+ 【6】
32
+ A problem occurred evaluating project ':launcher'.
33
+ UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
34
+ 【7】
35
+ > Failed to apply plugin [id 'com.android.application']
36
+ UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
37
+ 【8】
38
+ > Your project path contains non-ASCII characters. This will most likely cause the build to fail on Windows. Please move your project to a different directory. See http://b.android.com/95744 for details. This warning can be disabled by adding the line 'android.overridePathCheck=true' to gradle.properties file in the project directory.
39
+ UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
40
+ 【9】
41
+ * Try:
42
+ UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
43
+ 【10】
44
+ Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
45
+ UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
46
+ 【11】
47
+ * Get more help at https://help.gradle.org
48
+ UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
49
+ 【12】
50
+ BUILD FAILED in 4s
51
+ UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
52
+ 【13】
53
+ CommandInvokationFailure: Gradle build failed.
54
+ C:/Program Files/Unity/Hub/Editor/2019.3.14f1/Editor/Data/PlaybackEngines/AndroidPlayer\OpenJDK\bin\java.exe -classpath "C:\Program Files\Unity\Hub\Editor\2019.3.14f1\Editor\Data\PlaybackEngines\AndroidPlayer\Tools\gradle\lib\gradle-launcher-5.1.1.jar" org.gradle.launcher.GradleMain "-Dorg.gradle.jvmargs=-Xmx4096m" "assembleRelease"
55
+
56
+ stderr[
57
+
58
+ FAILURE: Build failed with an exception.
59
+
60
+ * Where:
61
+ Build file 'C:\Users\litelitelite\�ɂ‚Ԃ��E�B���h�E�V���b�s���O�I\Temp\gradleOut\launcher\build.gradle' line: 3
62
+
63
+ * What went wrong:
64
+ A problem occurred evaluating project ':launcher'.
65
+ > Failed to apply plugin [id 'com.android.application']
66
+ > Your project path contains non-ASCII characters. This will most likely cause the build to fail on Windows. Please move your project to a different directory. See http://b.android.com/95744 for details. This warning can be disabled by adding the line 'android.overridePathCheck=true' to gradle.properties file in the project directory.
67
+
68
+ * Try:
69
+ Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
70
+
71
+ * Get more help at https://help.gradle.org
72
+
73
+ BUILD FAILED in 4s
74
+ ]
75
+ stdout[
76
+
77
+ ]
78
+ exit code: 1
79
+ UnityEditor.Android.Command.WaitForProgramToRun (UnityEditor.Utils.Program p, UnityEditor.Android.Command+WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg) (at <3167064085404657b0d6c498207da025>:0)
80
+ UnityEditor.Android.Command.Run (System.Diagnostics.ProcessStartInfo psi, UnityEditor.Android.Command+WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg) (at <3167064085404657b0d6c498207da025>:0)
81
+ UnityEditor.Android.Command.Run (System.String command, System.String args, System.String workingdir, UnityEditor.Android.Command+WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg) (at <3167064085404657b0d6c498207da025>:0)
82
+ UnityEditor.Android.AndroidJavaTools.RunJava (System.String args, System.String workingdir, System.Action`1[T] progress, System.String error) (at <3167064085404657b0d6c498207da025>:0)
83
+ UnityEditor.Android.GradleWrapper.Run (UnityEditor.Android.AndroidJavaTools javaTools, System.String workingdir, System.String task, System.Action`1[T] progress) (at <3167064085404657b0d6c498207da025>:0)
84
+ Rethrow as GradleInvokationException: Gradle build failed
85
+ UnityEditor.Android.GradleWrapper.Run (UnityEditor.Android.AndroidJavaTools javaTools, System.String workingdir, System.String task, System.Action`1[T] progress) (at <3167064085404657b0d6c498207da025>:0)
86
+ UnityEditor.Android.PostProcessor.Tasks.BuildGradleProject.Execute (UnityEditor.Android.PostProcessor.PostProcessorContext context) (at <3167064085404657b0d6c498207da025>:0)
87
+ UnityEditor.Android.PostProcessor.PostProcessRunner.RunAllTasks (UnityEditor.Android.PostProcessor.PostProcessorContext context) (at <3167064085404657b0d6c498207da025>:0)
88
+ Rethrow as BuildFailedException: Exception of type 'UnityEditor.Build.BuildFailedException' was thrown.
89
+ UnityEditor.Android.PostProcessor.CancelPostProcess.AbortBuild (System.String title, System.String message, System.Exception ex) (at <3167064085404657b0d6c498207da025>:0)
90
+ UnityEditor.Android.PostProcessor.PostProcessRunner.RunAllTasks (UnityEditor.Android.PostProcessor.PostProcessorContext context) (at <3167064085404657b0d6c498207da025>:0)
91
+ UnityEditor.Android.PostProcessAndroidPlayer.PostProcess (UnityEditor.BuildTarget target, System.String stagingAreaData, System.String stagingArea, System.String playerPackage, System.String installPath, System.String companyName, System.String productName, UnityEditor.BuildOptions options, UnityEditor.RuntimeClassRegistry usedClassRegistry, UnityEditor.Build.Reporting.BuildReport report) (at <3167064085404657b0d6c498207da025>:0)
92
+ UnityEditor.Android.AndroidBuildPostprocessor.PostProcess (UnityEditor.Modules.BuildPostProcessArgs args, UnityEditor.BuildProperties& outProperties) (at <3167064085404657b0d6c498207da025>:0)
93
+ UnityEditor.PostprocessBuildPlayer.Postprocess (UnityEditor.BuildTargetGroup targetGroup, UnityEditor.BuildTarget target, System.String installPath, System.String companyName, System.String productName, System.Int32 width, System.Int32 height, UnityEditor.BuildOptions options, UnityEditor.RuntimeClassRegistry usedClassRegistry, UnityEditor.Build.Reporting.BuildReport report) (at <cf7d2c2e83f749e8943578126f9eff4b>:0)
94
+ UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
95
+ 【14】
96
+ Build completed with a result of 'Failed' in 154 seconds (153595 ms)
97
+ UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
98
+ 【15】
99
+ UnityEditor.BuildPlayerWindow+BuildMethodException: 19 errors
100
+ at UnityEditor.BuildPlayerWindow+DefaultBuildMethods.BuildPlayer (UnityEditor.BuildPlayerOptions options) [0x002bb] in <cf7d2c2e83f749e8943578126f9eff4b>:0
101
+ at UnityEditor.BuildPlayerWindow.CallBuildMethods (System.Boolean askForBuildLocation, UnityEditor.BuildOptions defaultBuildOptions) [0x00080] in <cf7d2c2e83f749e8943578126f9eff4b>:0
102
+ UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)