0

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.

Amit Thaper
  • 2,117
  • 4
  • 26
  • 49

2 Answers2

0

Check the shared object libandenginephysicsbox2dextension.so in libs/armeabi, armeabi-v7 and x86 physicsBox uses native code from this library

Boeckm
  • 3,264
  • 4
  • 36
  • 41
mikomi
  • 9
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