I\'m trying to run NDK to compile native code to run on Atom(x86) processor as well as ARM. No matter how I set APP_ABI, NDK is generating armeabi library. Even if I put o
You should put APP_ABI variable in Application.mk file not Android.mk file.
It's written in documentation of NDK (docs/CPU-ARCH-ABIS.html file).