Does Android Studio not support C ++ (NOT NDK) feature navigation when reading Android source code?

Hello everyone, I download and compile Android source code successfully, now I want to use Android studio to read the code, I find that the java code navigation function is supported, but c / C ++ is not, can someone help me?

This is what I did:

  • successfully executed the script development/tools/idegen/idegen.shand I got the file android.imlandandroid.ipr
  • launch android studio then import file android.ipr
+4
source share
1 answer

Android Studio only supports C ++ for targeting Android platforms.

0
source

Source: https://habr.com/ru/post/1659158/


All Articles