解决 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 的问题

找到自己的ndk 所在的路径   /xxxxx/xxxxx/Library/Android/sdk/ndk-bundle

解决 No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android 的问题

在命令窗口  ,  我的是 iterm2

进入ndk-bundle里面的toolchains 目录

然后执行ln -s arm-linux-androideabi-4.9 mips64el-linux-android

解决 No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android 的问题

再次更新项目编译就OK了.。。。

ndk-bundle 目录

解决 No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android 的问题

**********************、

方法二

去Google Android 官网下载对应的ndk 然后放入toolchains中,

https://developer.android.com/ndk/downloads/?hl=zh-cn