解决No toolchains found in the NDK toolchains folder for ABI with prefix mipsel-linux-android报错

解决No toolchains found in the NDK toolchains folder for ABI with prefix mipsel-linux-android报错

解决方案 :

  • 点击AS上方的 Project Structure 图标

解决No toolchains found in the NDK toolchains folder for ABI with prefix mipsel-linux-android报错

  • 找到NDK 路径 并复制 :

解决No toolchains found in the NDK toolchains folder for ABI with prefix mipsel-linux-android报错

  • 打开WINDOWS 文件管理 粘贴我们刚刚复制的路径

    解决No toolchains found in the NDK toolchains folder for ABI with prefix mipsel-linux-android报错

  • 在这个目录下打开命令行工具 ,分别执行一下两个命令 :

    ln -s arm-linux-androideabi-4.9 mipsel-linux-android

    ln -s arm-linux-androideabi-4.9 mips64el-linux-android

    解决No toolchains found in the NDK toolchains folder for ABI with prefix mipsel-linux-android报错

  • 最后再 Try again,OK

    解决No toolchains found in the NDK toolchains folder for ABI with prefix mipsel-linux-android报错