24b0d121e09c28a8699fe8b115ef0464d388e3cf


3์‹œ๊ฐ„ ์งธ ์ด๊ฑฐ ํ•˜๋‚˜ ๋ถ™์žก๊ณ  ์žˆ๋Š”๋ฐ ๋„์ €ํžˆ ๋นŒ๋“œ๊ฐ€ ์•ˆ๋จ...


c:/user/<์‚ฌ์šฉ์ž>/.gradle๋Š” ์—†๊ณ 

custom base gradle template์˜ gadle ๋ฒ„์ „๋„ 3.4.0, 3.6.0, 6.1.1๋กœ ๋‹ค ํ•ด๋ดค๋Š”๋ฐ๋„ ์•ˆ๋˜๊ณ 

custom gradle propreties template์˜ enableR8์„ false๋กœ ๋ฐ”๊พธ๋‹ˆ๊นŒ ์ด๊ฑด ํ•ด๊ฒฐํ–ˆ๊ณ 

open jdk์™€ ํ•จ๊ป˜ ์—๋””ํ„ฐ๋ฅผ ์•„์˜ˆ ๋‹ค์‹œ ์ง€์› ๋‹ค ๊น”์•„๋„ ์•ˆ๋˜๊ณ 


์ง„์งœ ๋นŒ๋“œ๋งŒ ํ•˜๋ฉด ๋˜๋Š”๋ฐ ๋นŒ๋“œ๊ฐ€ ์•ˆ๋ผ


๋กœ๊ทธ๋“ค)

FAILURE: Build failed with an exception.


* What went wrong:

A problem occurred configuring project ':launcher'.

> Could not resolve all artifacts for configuration ':launcher:classpath'.

ย  ย > Could not find com.android.tools.build:gradle:6.1.1.

ย  ย  ย Searched in the following locations:

ย  ย  ย  ย - https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/6.1.1/gradle-6.1.1.pom

ย  ย  ย  ย - https://jcenter.bintray.com/com/android/tools/build/gradle/6.1.1/gradle-6.1.1.pom

ย  ย  ย Required by:

ย  ย  ย  ย  ย project :launcher


* Try:

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.


* Get more help at https://help.gradle.org


BUILD FAILED in 1s

Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8


UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)


---------------------------------------------------------------------------------------------------


C:\Program Files\Unity\Hub\Editor\2021.3.0f1\Editor\Data\PlaybackEngines\AndroidPlayer\OpenJDK\bin\java.exe -classpath "C:\Program Files\Unity\Hub\Editor\2021.3.0f1\Editor\Data\PlaybackEngines\AndroidPlayer\Tools\gradle\lib\gradle-launcher-6.1.1.jar" org.gradle.launcher.GradleMain "-Dorg.gradle.jvmargs=-Xmx4096m" "bundleRelease"


stderr[


FAILURE: Build failed with an exception.


* What went wrong:

A problem occurred configuring project ':launcher'.

> Could not resolve all artifacts for configuration ':launcher:classpath'.

ย  ย > Could not find com.android.tools.build:gradle:6.1.1.

ย  ย  ย Searched in the following locations:

ย  ย  ย  ย - https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/6.1.1/gradle-6.1.1.pom

ย  ย  ย  ย - https://jcenter.bintray.com/com/android/tools/build/gradle/6.1.1/gradle-6.1.1.pom

ย  ย  ย Required by:

ย  ย  ย  ย  ย project :launcher


* Try:

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.


* Get more help at https://help.gradle.org


BUILD FAILED in 1s

Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8

]

stdout[


]

exit code: 1

UnityEditor.Android.Command.WaitForProgramToRun (UnityEditor.Utils.Program p, UnityEditor.Android.Command+WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg) (at <8a300b33cdde4c708cc6e9c6d5bf6bce>:0)

UnityEditor.Android.Command.Run (System.Diagnostics.ProcessStartInfo psi, UnityEditor.Android.Command+WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg) (at <8a300b33cdde4c708cc6e9c6d5bf6bce>:0)

UnityEditor.Android.Command.Run (System.String command, System.String args, System.String workingdir, UnityEditor.Android.Command+WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg) (at <8a300b33cdde4c708cc6e9c6d5bf6bce>:0)

UnityEditor.Android.AndroidJavaTools.RunJava (System.String args, System.String workingdir, System.Action`1[T] progress, System.String error) (at <8a300b33cdde4c708cc6e9c6d5bf6bce>:0)

UnityEditor.Android.GradleWrapper.Run (UnityEditor.Android.AndroidJavaTools javaTools, Unity.Android.Gradle.AndroidGradle androidGradle, System.String workingdir, System.String task, System.Action`1[T] progress) (at <8a300b33cdde4c708cc6e9c6d5bf6bce>:0)

Rethrow as GradleInvokationException: Gradle build failed

UnityEditor.Android.GradleWrapper.Run (UnityEditor.Android.AndroidJavaTools javaTools, Unity.Android.Gradle.AndroidGradle androidGradle, System.String workingdir, System.String task, System.Action`1[T] progress) (at <8a300b33cdde4c708cc6e9c6d5bf6bce>:0)

UnityEditor.Android.PostProcessor.Tasks.BuildGradleProject.Execute (UnityEditor.Android.PostProcessor.PostProcessorContext context) (at <8a300b33cdde4c708cc6e9c6d5bf6bce>:0)

UnityEditor.Android.PostProcessor.PostProcessRunner.RunAllTasks (UnityEditor.Android.PostProcessor.PostProcessorContext context) (at <8a300b33cdde4c708cc6e9c6d5bf6bce>:0)

Rethrow as BuildFailedException: Exception of type 'UnityEditor.Build.BuildFailedException' was thrown.

UnityEditor.Android.PostProcessor.CancelPostProcess.AbortBuild (System.String title, System.String message, System.Exception ex) (at <8a300b33cdde4c708cc6e9c6d5bf6bce>:0)

UnityEditor.Android.PostProcessor.PostProcessRunner.RunAllTasks (UnityEditor.Android.PostProcessor.PostProcessorContext context) (at <8a300b33cdde4c708cc6e9c6d5bf6bce>:0)

UnityEditor.Android.PostProcessAndroidPlayer.PostProcess (UnityEditor.Modules.BuildPostProcessArgs args, AndroidPlayerBuildProgram.Data.AndroidPlayerBuildProgramOutput buildProgramOutput) (at <8a300b33cdde4c708cc6e9c6d5bf6bce>:0)

UnityEditor.Android.AndroidBuildPostprocessor.PostProcess (UnityEditor.Modules.BuildPostProcessArgs args, UnityEditor.BuildProperties& outProperties) (at <8a300b33cdde4c708cc6e9c6d5bf6bce>:0)

UnityEditor.PostprocessBuildPlayer.Postprocess (UnityEditor.BuildTargetGroup targetGroup, UnityEditor.BuildTarget target, System.Int32 subtarget, 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 <780782bc035845f9909cebbd4c983ae3>:0)

UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr, Boolean&)


---------------------------------------------------------------------------------------------------


Build completed with a result of 'Failed' in 74 seconds (74104 ms)

UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)


---------------------------------------------------------------------------------------------------


UnityEditor.BuildPlayerWindow+BuildMethodException: 3 errors

ย  at UnityEditor.BuildPlayerWindow+DefaultBuildMethods.BuildPlayer (UnityEditor.BuildPlayerOptions options) [0x002da] in <780782bc035845f9909cebbd4c983ae3>:0ย 

ย  at UnityEditor.BuildPlayerWindow.CallBuildMethods (System.Boolean askForBuildLocation, UnityEditor.BuildOptions defaultBuildOptions) [0x00080] in <780782bc035845f9909cebbd4c983ae3>:0ย 

UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)