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

Posted 他叫自己MR张

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android相关的知识,希望对你有一定的参考价值。

最简单的方式就是升级项目的 Gradle 插件(Gradle plugin)到 3.0.1 及以上。如果项目实在是不能升级,只能通过在 NDK 目录下创建相应的目录。

找到对应的 NDK 的目录

在项目的根目录的 local.properties 中可以找到 ndk.dir ,他的值即 NDK 的目录。这里假设是:

  • Linux & Mac : ~/Library/android/sdk/ndk-bundle/toolchains
  • Window

Linux & Mac

cd ~/Library/Android/sdk/ndk-bundle/toolchains 
ln -s aarch64-linux-android-4.9 mips64el-linux-android 
ln -s arm-linux-androideabi-4.9 mipsel-linux-android

Windows

mklink /D mips64el-linux-android aarch64-linux-android-4.9
mklink /D mipsel-linux-android arm-linux-androideabi-4.9

以上是关于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:XXX

Fultter 实战No toolchains found in the NDK toolchains folder for ABI arm-linux-androideabi

Fultter 实战No toolchains found in the NDK toolchains folder for ABI arm-linux-androideabi

Android -gradle task -Azure devops - Pipeline No toolchains found in the NDK toolchains folder for A

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

解决升级android studio 3.2.1后 "No toolchains found in the NDK toolchains folder for ABI with prefix