Hi, I think I have set the variable NO_NEON=1. [root@wrlinux3 android]# echo $NO_NEON 1 [root@wrlinux3 android]# echo $NO_NDK_V7 0 [root@wrlinux3 android]# The follow is my build logs. If you plan to use a device without NEON (e.g. the emulator), you need a build without NEON: $ export NO_NEON=1 Mak...