Android IDE (AIDE) Support Forum

How to use box2d with latest libgdx library

I made a tutorial to help you guys use box2d library on AIDE.

Watch my tutorial on Youtube,
The needed files are on the description.

1 Like

Good tutorial, but you must also include the binary libs (*.so) into the android project
The included jar has the apis to allow you compile the project, but it won’t run without the implementation in the android project libs.

2 Likes