When porting an ARM native application to x86 platforms, Intel say:
Toolchain Compatibility
It is possible that your build environment uses the toolchain directly instead of using the Android* build scripts. In the case of ARM* the path used is:
android-ndk\toolchains\arm-linux-androideabi-4.4.3 For x86 use the path: android-ndk\toolchains\x86-4.4.3 For more information see the NDK document located in android-ndk/docs/STANDALONE-TOOLCHAIN.html.
However from this short description I do not understand what a toolchain compatibility issue is. I was wondering if someone could explain to me in a bit more detail what a toolchain compatibility issue is. Thanks in advance