Starting with Android Studio Jellyfish I can no longer see my CPP files in the Project window. I’ve always seen them until upgrading.
This is what’s in my app’s build.gradle file.
externalNativeBuild {
cmake {
path "src/main/cpp/CMakeLists.txt"
version "3.22.1"
}
}
Is this a known bug or is there something new I need to do starting with Jellyfish?