Libgdx: Gradle build problem ; any1 experience with this?

I’m getting so annoyed with LIbgdx setup never working in 1 time. TIme after time i need to troubleshoot and not knowing that much about all this it’s quite anoying.
Im getting a problem with Gradle build Daemon, read the user guide but it’s all abracadabra to me.
Does anyone know how to solve this?

The msg i get when i try to setup a libgdx project (with latest setup app) is this:

[quote]Generating app in C:\Users\MEDION\Desktop\test
Executing ‘C:\Users\MEDION\Desktop\test/gradlew.bat clean --no-daemon’
To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: http://gradle.org/docs/1.11/userguide/gradle_daemon.html.

FAILURE: Build failed with an exception.

  • What went wrong:
    A problem occurred starting process ‘Gradle build daemon’

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
    Done!
    To import in Eclipse: File -> Import -> Gradle -> Gradle Project
    To import to Intellij IDEA: File -> Import -> build.gradle
    To import to NetBeans: File -> Open Project…
    [/quote]

Does no 1 have any problems with the LIbgdx setup?
I installed it on 2 of my computers and both the same shit…
Cant find any post on the internet telling me how to solve this…
:frowning:

Hi

Please follow the instructions given in the message: “Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output”. Then, we’ll have some information to help you.

Here is part of the printout i get when i run gradlew --debug in cmd

My guess is there’s something wrong with your gradle installation (it seems it doesn’t find the/an appropriate gradle deamon). Try reinstalling.

I’m not sure if you mean re-installing the libGDX setup app or Re-installing the gradle daemon.

If it’s the first I reinstalled a bunch of LibGDX setup versions but i still ran into the same issue over and over.
If you mean reinstalling Gradle (daemon), then that’s something I never done before. (I didnt know i had to before…)

this is what i tried:
I downloaded a gradle distribution though. Unzipped it and added a GRADLE_HOME\path variable to my path variable, but the LIBGDX setup app still gives me the same error.

I’m totally lost here…