I'm starting with Android NDK and would like to write code in Intellij Idea, but I can't find any way to make Idea work with c++ files within Android projec开发者_StackOverflow中文版t in the same way as Java sources (for autocompleting and syntax highliting, and, the most important for debugging). Who can help me?
Well I'm not sure if IntelliJ Idea supports C/C++ (guess it doesn't). But Eclipse + CDT + Sequoyah is very nice for Android NDK development.
http://www.eclipse.org/sequoyah/
精彩评论