CrystaX: a valid alternative to NDK?
The NDK was the only way that I know to integrate, in Android development, Java and C worlds. Some day ago I found a possible replacemente of NDK: Crystax
It seems to have many features that standard NDK does not have. The more important for me:
- Full support of C locales
- Full math support, including complex and type-generic math functions
- C++11/C++14 support
- Full C++ standard library
- Boost C++ libraries out of the box
The links:
https://www.crystax.net/en/android/ndk
To install it on OSX (to check):