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