Reputation: 585
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???
Upvotes: 0
Views: 724
Reputation: 1
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.
Upvotes: 0
Reputation: 5266
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.
Upvotes: 1