I got it to compile and I got some of the items working but when I try to go into the physics examples or bring up any of the games it crashes. saying library not found, but I have downloaded that via mercury, and does show that library is linked in the project properties. also I'm a bit confused on the tutorial it's asking me to do something with a jar file but it doesn't mention where to get or how to make it. can someone help me please?
" 08-21 22:29:47.563: ERROR/AndroidRuntime(344): Caused by: java.lang.UnsatisfiedLinkError: Library andenginephysicsbox2dextension not found"
Using java Syntax Highlighting
- 08-21 22:29:47.533: ERROR/AndroidRuntime(344): Uncaught handler: thread main exiting due to uncaught exception
- 08-21 22:29:47.563: ERROR/AndroidRuntime(344): java.lang.ExceptionInInitializerError
- 08-21 22:29:47.563: ERROR/AndroidRuntime(344): at org.anddev.andengine.examples.PhysicsExample.onLoadScene(PhysicsExample.java:115)
- 08-21 22:29:47.563: ERROR/AndroidRuntime(344): at org.anddev.andengine.ui.activity.BaseGameActivity.doResume(BaseGameActivity.java:169)
- 08-21 22:29:47.563: ERROR/AndroidRuntime(344): at org.anddev.andengine.ui.activity.BaseGameActivity.onWindowFocusChanged(BaseGameActivity.java:85)
- 08-21 22:29:47.563: ERROR/AndroidRuntime(344): at com.android.internal.policy.impl.PhoneWindow$DecorView.onWindowFocusChanged(PhoneWindow.java:1969)
- 08-21 22:29:47.563: ERROR/AndroidRuntime(344): at android.view.View.dispatchWindowFocusChanged(View.java:3731)
- 08-21 22:29:47.563: ERROR/AndroidRuntime(344): at android.view.ViewGroup.dispatchWindowFocusChanged(ViewGroup.java:657)
- 08-21 22:29:47.563: ERROR/AndroidRuntime(344): at android.view.ViewRoot.handleMessage(ViewRoot.java:1819)
- 08-21 22:29:47.563: ERROR/AndroidRuntime(344): at android.os.Handler.dispatchMessage(Handler.java:99)
- 08-21 22:29:47.563: ERROR/AndroidRuntime(344): at android.os.Looper.loop(Looper.java:123)
- 08-21 22:29:47.563: ERROR/AndroidRuntime(344): at android.app.ActivityThread.main(ActivityThread.java:4363)
- 08-21 22:29:47.563: ERROR/AndroidRuntime(344): at java.lang.reflect.Method.invokeNative(Native Method)
- 08-21 22:29:47.563: ERROR/AndroidRuntime(344): at java.lang.reflect.Method.invoke(Method.java:521)
- 08-21 22:29:47.563: ERROR/AndroidRuntime(344): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
- 08-21 22:29:47.563: ERROR/AndroidRuntime(344): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
- 08-21 22:29:47.563: ERROR/AndroidRuntime(344): at dalvik.system.NativeStart.main(Native Method)
- 08-21 22:29:47.563: ERROR/AndroidRuntime(344): Caused by: java.lang.UnsatisfiedLinkError: Library andenginephysicsbox2dextension not found
- 08-21 22:29:47.563: ERROR/AndroidRuntime(344): at java.lang.Runtime.loadLibrary(Runtime.java:489)
- 08-21 22:29:47.563: ERROR/AndroidRuntime(344): at java.lang.System.loadLibrary(System.java:557)
- 08-21 22:29:47.563: ERROR/AndroidRuntime(344): at org.anddev.andengine.extension.physics.box2d.PhysicsWorld.<clinit>(PhysicsWorld.java:35)
- 08-21 22:29:47.563: ERROR/AndroidRuntime(344): ... 15 more
Parsed in 0.039 seconds, using GeSHi 1.0.8.4
