I'm considering using AndEngine for a physics-based game on Android. A number of the examples (especially the ones I'd be basing my code on) depend on the Box2D extension.
I was surprised to learn that this extension relies on native code for its Box2D implementation, rather than using JBox2D.
How does this limit AndEngine's portability? Will it work on all Android devices?