0

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.

Adi Shavit
  • 16,743
  • 5
  • 67
  • 137

1 Answers1

1

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.

Alex Cohn
  • 56,089
  • 9
  • 113
  • 307
  • I couldn't get the standalone toolchain scripts to work on Windows. Unfortunately, Pantheios doesn't use CMake (yet?) – Adi Shavit Feb 04 '14 at 15:07
  • You need cygwin, see https://groups.google.com/forum/#!topic/android-ndk/6C55SW74_KA. I believe that cygwin is supported for Pantheios. – Alex Cohn Feb 04 '14 at 16:29