Integrating COCOS2D-X with Eclipse

@yuanyuan yang Once you’ve converted the Java project to C/C*+ project you have 2 different perspectives: Java perspective and C/C*+ perspective.

When you’re at C/C*+ perspective Eclipse will try to build C/C*+ project using make.

Switch to Java perspective so Eclipse will build Java project.

Regards.


Please,

Hi,
thanks very much for your help.
I have tried another method of configure that seems ok for me although it’s for ios, it’s also suitable for win7.
Now I can execute apk and also can compile.


Following steps I will try to debug ,thanks.

uf… could someone update the wiki, including how to setup eclipse in order to allow to write C*+ code in a Windows project for Android?
The tutorials only show how to deploy the example on the device… but it doesn’t teach how to get access to the Classes folder, edit the C*+, compile it and so on… can it be done from eclipse or we must do it from cygwin calling the build_native.sh all the time?