Android Studio + NDK: C ++ editor not working

I am using Android studio 2.0 for Windows with NDK. I can create and run the project successfully, but the C ++ editor does not work. It cannot find the file, therefore, also cannot offer the API. On Eclipse, we can easily add an include path, but not Android Studio.

Should we keep waiting for Google to update a new feature? Thanks you

+4
source share
1 answer

Yes. It is supported with Android Studio 2.2 onwards.

+1
source

All Articles