[BOX2D] Documentation Tutorials or Examples

Can someone point me the way to any resource that shows how to implement Box2d lib on cocos2d-x ?
I’m very new to this so a tutorial or example would be most helpful.

More specifically, how to implement for android target in c++.

Hi,

I’m not an expert bus this looks to be a good guide http://www.bold-it.com/ios/cocos2d-x-box2d-iosandroid-hybrid-tutorial/

About how to work with box2d, as it is written in c++ you can use the official documentation. Here s a manual that explains basic concepts and other interesting things to start with box2d http://www.box2d.org/manual.html

In my little experience this site have been so helpful http://www.iforce2d.net/b2dtut/

Hope you can find what you’re searching for.