libGDX + box2D – how to avoid crashes?

Some people don’t use box2D with libGDX because they think it’s unstable. The truth is, it isn’t. It’s stable as a rock but you have to remember it is written in native code. I...