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

这个问题的最佳做法是升级 gradle 插件到 3.1 以上,不过有时候因为一些原因不能升级,需要用下面的办法解决。

也有说法创建一个软连接到文件到其他芯片架构的目录上也是可以的,比如执行命令
ln -s arm-linux-androideabi-4.9 mipsel-linux-android
待验证

解决 No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android 问题需要下载 NDK ,NDK 太大,只抽取解决这个问题需的部分。

下载后解压,放在 toolchains 目录下就可以。仅仅上传了 mac 版本的。

image.png

Android NDK 16b 2017年12月中的 toolchains 目录下的 mips 架构 64位和 32 位目录的压缩包

链接: https://pan.baidu.com/s/1z13DWvNQy8npwYESYaW6vw 提取码: qawe

你可能感兴趣的:(编译问题: No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android)