Library andenginephysicsbox2dextension not found

2019-06-14 08:19发布

问题:

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.

回答1:

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.



回答2:

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