Cocos2d-x: How to port a Cocos2d-x project developed with XCode to Android (via Eclipse)?
I have developed a Cocos2d-X app with XCode which works perfectly when I launch it from XCode on an iOS device. Now, I want to port it to Android. What I understand is that I have to find a way to import my "XCode project" to Eclipse in order to be able to compile it and launch it on an Android device. I am currently trying to convert this project to an hybrid iOS/Android project following this tutorial: http://gameit.ro/2012/01/creating-an-iphone-and-android-cocos2d-x-hybrid-project-updated/#comment-640 Nevertheless, I don't see any of my cpp classes (cocos2d-x C++ classes) appearing in