I am a newbie in Libgdx. I just started up Libgdx but I got struck up with TWEEN ENGINE ..!! I need the image to fade in and out. So I have added jar file as per this link Tween Engine but I am getting this error
Exception in thread "main" java.lang.NoSuchFieldError: isWindows
at com.badlogic.gdx.backends.lwjgl.LwjglNativesLoader.load(LwjglNativesLoader.java:44)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.<init>(LwjglApplication.java:73)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.<init>(LwjglApplication.java:61)
at com.myfirstgame.game.desktop.DesktopLauncher.main(DesktopLauncher.java:10)
I have added jar in libs folder under android project then I have also added as an external jar file under properties->Libraries but nothing worked out.I really don't know how to resolve it. Please help.Thanks in advance !!