Advertisement
JoshHeng

Untitled

Dec 24th, 2018
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. CommandInvokationFailure: Gradle build failed.
  2. C:/Program Files/Java/jdk1.8.0_191\bin\java.exe -classpath "C:\Program Files\Unity\Hub\Editor\2018.2.14f1\Editor\Data\PlaybackEngines\AndroidPlayer\Tools\gradle\lib\gradle-launcher-4.10.3.jar" org.gradle.launcher.GradleMain "-Dorg.gradle.jvmargs=-Xmx2048m" "assembleRelease"
  3.  
  4. stderr[
  5.  
  6. FAILURE: Build failed with an exception.
  7.  
  8. * What went wrong:
  9. A problem occurred configuring root project 'gradleOut'.
  10. > No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android
  11.  
  12. * Try:
  13. 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.
  14.  
  15. * Get more help at https://help.gradle.org
  16.  
  17. BUILD FAILED in 1s
  18. ]
  19. stdout[
  20.  
  21. Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
  22. Use '--warning-mode all' to show the individual deprecation warnings.
  23. See https://docs.gradle.org/4.10.3/userguide/command_line_interface.html#sec:command_line_warnings
  24. ]
  25. exit code: 1
  26. UnityEditor.Android.Command.WaitForProgramToRun (UnityEditor.Utils.Program p, UnityEditor.Android.WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg)
  27. UnityEditor.Android.Command.Run (System.Diagnostics.ProcessStartInfo psi, UnityEditor.Android.WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg)
  28. UnityEditor.Android.AndroidJavaTools.RunJava (System.String args, System.String workingdir, System.Action`1 progress, System.String error)
  29. UnityEditor.Android.GradleWrapper.Run (UnityEditor.Android.AndroidJavaTools javaTools, System.String workingdir, System.String task, System.Action`1 progress)
  30. Rethrow as GradleInvokationException: Gradle build failed
  31. UnityEditor.Android.GradleWrapper.Run (UnityEditor.Android.AndroidJavaTools javaTools, System.String workingdir, System.String task, System.Action`1 progress)
  32. UnityEditor.Android.PostProcessor.Tasks.BuildGradleProject.Execute (UnityEditor.Android.PostProcessor.PostProcessorContext context)
  33. UnityEditor.Android.PostProcessor.PostProcessRunner.RunAllTasks (UnityEditor.Android.PostProcessor.PostProcessorContext context)
  34. UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement