I've run into an issue while attempting to draw an Animation on Android. It throws a NoClassDefFoundError: org.lwjgl.Sys when it tries to find Sys.getTime().
Code:
02-15 14:21:15.912: E/SLICK(319): java.lang.NoClassDefFoundError: org.lwjgl.Sys
02-15 14:21:15.912: E/SLICK(319): at org.newdawn.slick.Animation.getTime(Animation.java:603)
02-15 14:21:15.912: E/SLICK(319): at org.newdawn.slick.Animation.draw(Animation.java:371)
02-15 14:21:15.912: E/SLICK(319): at org.newdawn.slick.Animation.draw(Animation.java:353)
Referencing a past forum post yields no useful information to me [
LINK]
I am in the same situation as Makenshi was in, running the same platform and OS's:
Windows 7 64-bit
JDK 1.6
Android 2.3.3
Any help is greatly appreciated
EDIT: I also noticed this line in Logcat
Code:
02-27 14:49:55.565: D/dalvikvm(330): VFY: dead code 0x0003-000c in Lorg/newdawn/slick/Animation;.getTime ()J