AndEngine error on loading library

前端 未结 3 1303
一个人的身影
一个人的身影 2021-01-19 02:48

I have a problem while running the examples from andengine. The error I\'m getting is at this line:

System.loadLibrary( \"andenginephysicsbox2dextension\" );         


        
3条回答
  •  遇见更好的自我
    2021-01-19 03:26

    The error you are getting is because you have to build the Box2D extension yourself. I think there is tutorial how to do it. However i stoped there and downloaded the demos from market. Then eventually switched to libGDX.

提交回复
热议问题