AS检测升级NDK由1.7到1.8版本后会爆No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android错误(Linux环境下) 产生原因:NDK(r17c)版本升级到NDK(r18c)版本后,ndk- bundle>>>toolchains文件夹中缺少mips64el-linux-android-4.9文件夹文件 解决方法:https://developer.android.google.cn/ndk/downloads/older_releases 去下载一个对应当前系统环境下的低版本(低于18版本)NDK压缩包,然后解压 复制其中的mips64el-linux-android-4.9文件夹文件到bundle>>>toolchains文件## 夹下重启AS即可