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

报错的原因是NDK的toolchains文件夹中缺少mips64el-linux-android文件夹。

  1. 我们上https://developer.android.com/ndk/downloads/下载ndk安装包。(可能要翻墙)

  2. 下载完后,在压缩包中的toolchains文件夹下找到缺少的mips64el-linux-android文件夹,解压出来。
    解决报错 No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android

  3. 下面找到Android Studio的NDK安装目录。
    打开Android Studio,File–>Project Structure
    解决报错 No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android

  4. 进入该目录,进入toolchains文件夹
    解决报错 No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android

  5. 将缺少的文件夹复制进去。
    解决报错 No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android

大功告成!

相关文章:

  • 2022-01-10
猜你喜欢
  • 2021-09-03
  • 2021-12-11
相关资源
相似解决方案