How can I include in the compilation and in the project file tree some .hand .cppfiles located outside the project directory ?
In Visual Studio and a C ++ project, you just use "Add an existing item", select your files and voilà, it just works in ten seconds. Shouldn't Android development make life easier for developers?: /
I’ve been looking for how to do this for many hours. None of the answers I found address this.
I can’t believe that among all the people who used Android Studio with the NDK, none of them used C ++ code outside the folder jni...
Do you know how to do this? Thanks.
source
share