Library andenginephysicsbox2dextension not found

2019-06-14 07:39发布

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.

2条回答
时光不老,我们不散
2楼-- · 2019-06-14 08:28

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.

查看更多
你好瞎i
3楼-- · 2019-06-14 08:29

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

查看更多
登录 后发表回答