解决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报错

相关文章:

  • 2021-10-14
  • 2021-12-11
猜你喜欢
  • 2021-07-18
  • 2021-06-30
  • 2022-12-23
  • 2021-04-24
  • 2021-10-01
  • 2021-09-03
相关资源
相似解决方案