I am using android studio 3.1.2 and Mac 10.12.6, does anyone know how to do it? Since I got an working example project its run with OpenGL and another libs. It also written by native code. I want to add openframework and using it instantly. Thanks
I want to have a supplement.
That sample project is using a CMakeLists.txt to import the libraries but I cannot find it in openframework android studio project. How could I do it?
It might be easier to do in opposite way since oF is using lots of libraries.
First, make an oF project and then include another library’s headers and link.
Also depends on which library you want to work with.
I don’t support Android and Linux so far.
but it should be easy like download SDK, put library files (.so and .lib ?) in ofxNuitrack/libs/nuitrack/lib/android/armeabi directory. Probably ProjectGenerator automatically find libs and add it to your project file.