Cocos2d-x Box2D iOS/Android Hybrid Tutorial

I had a hard time understanding the resources available for setting up a hybrid app environment, mostly because of the changes to the projects as time passed. Once I got it, I wrote a post to help others.

http://www.bold-it.com/ios/cocos2d-x-box2d-iosandroid-hybrid-tutorial/

The whole process seems to be much simpler than before. Hope this helps!

Thanks. I still haven’t figured out an approach that we can create ios/android/windows hybrid project easily via shell script. Each time, I also modify the project files in xcode/android.mk/vs2010 manually.
Maybe we can refer to apache/cordova’s script https://github.com/apache/incubator-cordova-ios/blob/master/bin/create in the future.