Library andenginephysicsbox2dextension not found

我怕爱的太早我们不能终老 提交于 2019-12-10 11:58:56

问题


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



来源:https://stackoverflow.com/questions/9839786/library-andenginephysicsbox2dextension-not-found

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!