背景

在更新NDK版本后,出现编译报错:

No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android

简单粗暴解决方案

找到NDK目录下的toolchains目录,复制“arm-linux-androideabi-4.9”为“mips64el-linux-android”即可.

编译报错: No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android_android