Advertisement
JoshHeng

Untitled

Dec 24th, 2018
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.30 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. Could not resolve all files for configuration ':releaseCompileClasspath'.
  10. > Could not find :adcolony-3.3.4:.
  11. Searched in the following locations: file:/F:/joshh/Documents/Vanadium Games Unity/The Stacks/The Stacks Project/Temp/gradleOut/libs/adcolony-3.3.4.aar
  12. Required by:
  13. project :
  14. > Could not find :mobvista-9.0.0-alphab:.
  15. Searched in the following locations: file:/F:/joshh/Documents/Vanadium Games Unity/The Stacks/The Stacks Project/Temp/gradleOut/libs/mobvista-9.0.0-alphab.aar
  16. Required by:
  17. project :
  18. > Could not find :mobvista-9.0.0-common:.
  19. Searched in the following locations: file:/F:/joshh/Documents/Vanadium Games Unity/The Stacks/The Stacks Project/Temp/gradleOut/libs/mobvista-9.0.0-common.aar
  20. Required by:
  21. project :
  22. > Could not find :mobvista-9.0.0-interstitial:.
  23. Searched in the following locations: file:/F:/joshh/Documents/Vanadium Games Unity/The Stacks/The Stacks Project/Temp/gradleOut/libs/mobvista-9.0.0-interstitial.aar
  24. Required by:
  25. project :
  26. > Could not find :mobvista-9.0.0-interstitialvideo:.
  27. Searched in the following locations: file:/F:/joshh/Documents/Vanadium Games Unity/The Stacks/The Stacks Project/Temp/gradleOut/libs/mobvista-9.0.0-interstitialvideo.aar
  28. Required by:
  29. project :
  30. > Could not find :mobvista-9.0.0-mtgdownloads:.
  31. Searched in the following locations: file:/F:/joshh/Documents/Vanadium Games Unity/The Stacks/The Stacks Project/Temp/gradleOut/libs/mobvista-9.0.0-mtgdownloads.aar
  32. Required by:
  33. project :
  34. > Could not find :mobvista-9.0.0-mtgjscommon:.
  35. Searched in the following locations: file:/F:/joshh/Documents/Vanadium Games Unity/The Stacks/The Stacks Project/Temp/gradleOut/libs/mobvista-9.0.0-mtgjscommon.aar
  36. Required by:
  37. project :
  38. > Could not find :mobvista-9.0.0-mtgnative:.
  39. Searched in the following locations: file:/F:/joshh/Documents/Vanadium Games Unity/The Stacks/The Stacks Project/Temp/gradleOut/libs/mobvista-9.0.0-mtgnative.aar
  40. Required by:
  41. project :
  42. > Could not find :mobvista-9.0.0-nativeex:.
  43. Searched in the following locations: file:/F:/joshh/Documents/Vanadium Games Unity/The Stacks/The Stacks Project/Temp/gradleOut/libs/mobvista-9.0.0-nativeex.aar
  44. Required by:
  45. project :
  46. > Could not find :mobvista-9.0.0-playercommon:.
  47. Searched in the following locations: file:/F:/joshh/Documents/Vanadium Games Unity/The Stacks/The Stacks Project/Temp/gradleOut/libs/mobvista-9.0.0-playercommon.aar
  48. Required by:
  49. project :
  50. > Could not find :mobvista-9.0.0-reward:.
  51. Searched in the following locations: file:/F:/joshh/Documents/Vanadium Games Unity/The Stacks/The Stacks Project/Temp/gradleOut/libs/mobvista-9.0.0-reward.aar
  52. Required by:
  53. project :
  54. > Could not find :mobvista-9.0.0-videocommon:.
  55. Searched in the following locations: file:/F:/joshh/Documents/Vanadium Games Unity/The Stacks/The Stacks Project/Temp/gradleOut/libs/mobvista-9.0.0-videocommon.aar
  56. Required by:
  57. project :
  58. > Could not find :mobvista-9.0.0-videojs:.
  59. Searched in the following locations: file:/F:/joshh/Documents/Vanadium Games Unity/The Stacks/The Stacks Project/Temp/gradleOut/libs/mobvista-9.0.0-videojs.aar
  60. Required by:
  61. project :
  62. > Could not find :ogury-3.0.13:.
  63. Searched in the following locations: file:/F:/joshh/Documents/Vanadium Games Unity/The Stacks/The Stacks Project/Temp/gradleOut/libs/ogury-3.0.13.aar
  64. Required by:
  65. project :
  66.  
  67. * Try:
  68. 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.
  69.  
  70. * Get more help at https://help.gradle.org
  71.  
  72. BUILD FAILED in 32s
  73. ]
  74. stdout[
  75. Starting a Gradle Daemon (subsequent builds will be faster)
  76. > Task :checkReleaseClasspath FAILED
  77. 1 actionable task: 1 executed
  78. ]
  79. exit code: 1
  80. UnityEditor.Android.Command.WaitForProgramToRun (UnityEditor.Utils.Program p, UnityEditor.Android.WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg)
  81. UnityEditor.Android.Command.Run (System.Diagnostics.ProcessStartInfo psi, UnityEditor.Android.WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg)
  82. UnityEditor.Android.AndroidJavaTools.RunJava (System.String args, System.String workingdir, System.Action`1 progress, System.String error)
  83. UnityEditor.Android.GradleWrapper.Run (UnityEditor.Android.AndroidJavaTools javaTools, System.String workingdir, System.String task, System.Action`1 progress)
  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 progress)
  86. UnityEditor.Android.PostProcessor.Tasks.BuildGradleProject.Execute (UnityEditor.Android.PostProcessor.PostProcessorContext context)
  87. UnityEditor.Android.PostProcessor.PostProcessRunner.RunAllTasks (UnityEditor.Android.PostProcessor.PostProcessorContext context)
  88. UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement