hiteshsuthar/rokon

DonateScene - java.lang.ExceptionInInitializerError

Opened this issue · 0 comments

What steps will reproduce the problem?
1.Created DonateScene
2.Created Donate
3.Created Textures
4.Ran the android emulator 2.2
5.Recieved an error in LogCat

What is the expected output?
09-16 21:48:51.451: ERROR/AndroidRuntime(1454): FATAL EXCEPTION: GLThread 8
09-16 21:48:51.451: ERROR/AndroidRuntime(1454): 
java.lang.ExceptionInInitializerError
09-16 21:48:51.451: ERROR/AndroidRuntime(1454):     at 
com.trik.pushover.DonateScene.<init>(DonateScene.java:25)
09-16 21:48:51.451: ERROR/AndroidRuntime(1454):     at 
com.trik.pushover.Donate.onLoadComplete(Donate.java:26)
09-16 21:48:51.451: ERROR/AndroidRuntime(1454):     at 
com.stickycoding.rokon.RokonRenderer.onDrawFrame(RokonRenderer.java:34)
09-16 21:48:51.451: ERROR/AndroidRuntime(1454):     at 
com.stickycoding.rokon.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1112
)
09-16 21:48:51.451: ERROR/AndroidRuntime(1454):     at 
com.stickycoding.rokon.GLSurfaceView$GLThread.run(GLSurfaceView.java:946)
09-16 21:48:51.451: ERROR/AndroidRuntime(1454): Caused by: 
java.lang.UnsatisfiedLinkError: Library gdx not found
09-16 21:48:51.451: ERROR/AndroidRuntime(1454):     at 
java.lang.Runtime.loadLibrary(Runtime.java:461)
09-16 21:48:51.451: ERROR/AndroidRuntime(1454):     at 
java.lang.System.loadLibrary(System.java:557)
09-16 21:48:51.451: ERROR/AndroidRuntime(1454):     at 
com.badlogic.gdx.physics.box2d.World.<clinit>(World.java:38)
09-16 21:48:51.451: ERROR/AndroidRuntime(1454):     ... 5 more


What do you see instead?
I see an error in line 25 of the DonateScene Object
setWorld(world = new World(gravity = new Vector2(0, 0), false));

What version of Rokon are you using?
Rokon 2.0.3

On which version of Android are you experiencing this?
Android 2.2

Please provide any additional information below.

Original issue reported on code.google.com by red...@googlemail.com on 16 Sep 2010 at 10:27