简体   繁体   中英

How to enable autocompleting & syntax highlighting for C/C++ within Android project in intellij IDEA?

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 project 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/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM