Question

Hi, I'm new to android developing with NDK , I'm using ndk-r9d and cocos2d-x 2.2.3. When I create a project with cocos and import to Eclipse , in the conversion phase the name of the project not shown in the candidate for conversion section of convert to a C`C++` project.

Can anyone help me???

Was it helpful?

Solution

It might well be that the project is already with C/C++ nature, you said you have the C++ menus, do you also have for example this menu in the image? If so, you're good to go and start compiling C++ code.

C++ Support

OTHER TIPS

try using the eclipse c/c++ development. I was also facing same issue when using eclipse for java/jee development. I simply added C/C++ support by downloading packages to Java/Jee eclipse. After installing proper eclipse for c/C++ development, I was able to see "convert to c/C++...." option.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top