So, if you right-click on your project and go to properties, in Builders I will add the android ndk project to the project so that it compiles jni-material when I launch the application I'm working on.
Is there a way to save the linker configuration so that you can easily add it to other projects? At the moment, I have to redo the build configuration every time I add / create a new project (when I try to add demos / sample projects to see). This is not the end of the world, it is just annoying, and there must be a way to preserve the configuration between projects, but I just can not find where.
source share