I have used the andengine.jar file in our application. I have run the physicsexample. But it shows error Library andenginephysicsbox2dextension not found. Is there any solution to remove this error.
Asked
Active
Viewed 909 times
2 Answers
0
I believe you should not use andengine.jar. Instead fetch the source code from repository. See this thread on AndEngine forums: http://www.andengine.org/forums/announces/andengine-gles2-pre-release-on-december-23rd-t6097.html
You will need to get AndEngine and the extensions you wish to use. Then link them in your IDE. AndEngine is no longer distributed in .jar files, so the version you have is most likely very old.

JohnEye
- 6,436
- 4
- 41
- 67
-
Now i used AndEngine and other extensions. But same problem arise. Application crashes with same issue. – Amit Thaper Mar 26 '12 at 06:00
-
I got error on this line System.loadLibrary("andenginephysicsbox2dextension"); In physicsworld.class – Amit Thaper Mar 26 '12 at 06:18
-
Have you looked here? http://stackoverflow.com/questions/8740428/andengine-error-on-loading-library – JohnEye Mar 26 '12 at 16:15
-
i was uploaded the examples from the code.google.com. Let me try with github. Thanks for commenting. – Amit Thaper Mar 27 '12 at 10:47
-
Thanks for suggestion. I have resolved this issue after using code.google.com extension and libs file from github. Thanks – Amit Thaper Mar 27 '12 at 13:01