Compile with NDK
I am not familiar with CMake. So, are there any tips to compile libRaptorQ with android NDK?
Thx : )
Sorry, never tried anything related to android, but you are welcome to post a few pointers here if you need something.
I will not make any changes to support windows/apple store, due to their incompatibility with the LGPL3 license, but as far as I understand the google store should not have such restrictions, so I'll happily make the necessary modifications.
I just have never tried doing anything on android, and thus have no clue what it needs or where to start...
Well, actually, what i want to do is pretty like cross-compiling some libraries for raspberry pi. As we know, android is based on the linux. NDK provides us with a set of cross-compilers and relevant supporting libraries. Thus the existing libraries on linux could be reused.
So what i need to do is letting CMake find the right gcc and libraries.
Here is a short link that may clear the question. https://developer.android.com/ndk/guides/standalone_toolchain.html
Thx a lot : )