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]