How do I build Pantheios with the Android NDK for use with my JNI code on Windows?
I've written a custom back-end that uses the Android Logging API, but I don't know how to get the library itself to build.
Generally speaking, the way to compile external libraries for Android is through standalone toolchain. If Pantheios is based on Cmake, there is a project on GitHub.