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

这句话大概意思是ndk下没有mips64el-linux-android这个文件
打开sdk看到,
No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android解决方案
sdk已经安装,然后打开指定ndk目录
No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android解决方案
发现确实没有mips64el-linux-android这个文件,怎么解决呢?那就去下载一个
ndk下载链接
No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android解决方案
选择你系统的版本。
No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android解决方案
No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android解决方案
重新编译一下
No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android解决方案
No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android解决方案
完工
注意一下:这个sdk目录必须是你项目引用的sdk
No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android解决方案