Building Android NDK Toolchain for x86 Android on Windows via Cygwin
- by grrussel
The Android SDK includes the Android NDK, which in turn contains a customised GCC based tool chain for Android on ARM processors; The question is how to build the NDK tool chain to run on Windows to target x86 Android?
The tool chain is already setup to build on Windows (cygwin) targeting ARM;
There are also existing pre-built (unofficial) NDKs…