Cius Compatible NDK
A Cius Compatible Intel Architecture (IA) NDK is now available.
The Intel Architecture NDK has the same basic functionality as the standard Android NDK, and the same process is used for building apps.
A great place to start is with the standard NDK "Getting Started" instructions.
The only special requirement for building apps with the IA NDK is that you need to specify the x86 architecture and a target platform specific to Froyo.
This can be accomplished by adding two additional parameters to the ndk-build command which is used to build NDK based projects.
Here is an example:
ndk-build TARGET_ARCH_ABI=x86 TARGET_PLATFORM=android-8