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???

有帮助吗?

解决方案

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

其他提示

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top