-
For some reason, when I click on the native-lib.cpp file in the cpp directory within Android Studio the bar saying This file is not part of the project. Please include it in the build file (build.gradle, CMakeList.txt... However, I have this in the CMakeLists.txt file add_library( # Sets the name of the library. So, why does it think it's not part of the project when it is added as a library element? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You may as well close this as i’ve given up with OBOE as i just can’t get it to work |
Beta Was this translation helpful? Give feedback.
-
You also have to tell Gradle to look for a CMake file. Did you include this in the build.gradle file?
For example, from DrumThumper. |
Beta Was this translation helpful? Give feedback.
You also have to tell Gradle to look for a CMake file. Did you include this in the build.gradle file?
For example, from DrumThumper.