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
Also you can set APP_ABI directly to ndk-build shell command:
APP_ABI
ndk-build
ndk-build APP_ABI=x86