No toolchains found in the NDK toolchains folder for ABI with prefix:mips64el-linux-android
在使用Android Studio编译Demo的时候, 提示No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android
错误
这个其实是Android的SDK里面缺少一个编译工具
解决办法:
从NDK下载对应平台的NDK
解压, 找到ndk-bundle
成长文件夹, 找到toolchains
下的mips类似的文件夹
最后把上面的文件夹复制到对应SDK的android-sdk->ndk-bundle->toolchains
下面.