Bonjour,
j'ai téléchargé l'application libGDX, mais lorsque je l'execute, voici ce qui se passe:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Generating app in /home/arthur/test
Executing '/home/arthur/test/gradlew 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/2.1/userguide/gradle_daemon.html.
Configuration on demand is an incubating feature.
 
FAILURE: Build failed with an exception.
 
* Where:
Build file '/home/arthur/test/build.gradle' line: 47
 
* What went wrong:
A problem occurred evaluating root project 'test'.
> org/robovm/gradle/RoboVMPlugin : Unsupported major.minor version 51.0
 
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
 
BUILD FAILED
 
Total time: 5.04 secs
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...
J'obtient la même erreur lorsque j'essaye de l'importer depuis eclipse:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
FAILURE: Build failed with an exception.
 
* Where:
Build file '/home/arthur/test/build.gradle' line: 47
 
* What went wrong:
A problem occurred evaluating root project 'test'.
> org/robovm/gradle/RoboVMPlugin : Unsupported major.minor version 51.0
 
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
 
BUILD FAILED
 
Total time: 0.673 secs
Pouvez vous m'aider?