No toolchains found in the NDK toolchains folder for ABI with prefix:mips64el-linux-android
本文最后更新于 2019年1月10日 晚上
在使用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 下面.
No toolchains found in the NDK toolchains folder for ABI with prefix:mips64el-linux-android
https://yuluod.github.io/2019/01/10/No-toolchains-found-in-the-NDK-toolchains-folder-for-ABI-with-prefix-mips64el-linux-android/