ERROR: No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android
This version of the NDK may be incompatible with the Android Gradle plugin version 3.0 or older.
Please use plugin version 3.1 or newer.

这个错误提示的意思是当前使用的NDK版本不支持3.1版本 之前 的 Gradle 插件,要求Gradle 插件升级到 3.1 或者最新。

  • 这里Gradle插件指的是根目录的build.gradle文件中
    ERROR: No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android
    解决办法两种

  • 按照他的提示升级插件版本。
    ERROR: No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android

  • 第二种降低NDK的版本。因为考虑到老项目,如果升级到最新的Gradle 可能导致各种不兼容,修改的内容比较多。 替换成比较低的版本就行了,比如17,16.

  • 下载NDK 地址,不用翻墙

  • 滚动到下面,点击NDK 归档页面
    ERROR: No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android
    ERROR: No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android

  • 找到自己对于的操作系统版本下载即可

ERROR: No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android
ERROR: No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android
ERROR: No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android

相关文章:

  • 2022-12-23
猜你喜欢
  • 2021-07-12
  • 2021-12-11
相关资源
相似解决方案