Android Studio -No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-lin

贵有恒,何必三更起、五更眠、最无益,只怕一日曝、十日寒。这篇文章主要讲述Android Studio -No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-lin相关的知识,希望能为你提供帮助。
错误提示:  No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android
错误原因:确实是缺少对应的文件,我出现这种情况是升级了NDK之后。
解决办法:把缺失文件放到NDK的toolchains目录中。
NDK下载地址:https://developer.android.com/ndk/downloads/?hl=zh-en
下载对应版本的NDK,随后解压缩下载文件,进入“toolchains”目录,将缺失的文件拷贝到Android SDK的“ndk-bundle\\toolchains”目录中,这个问题就解决完毕了!

你的Android SDK路径\\ndk-bundle\\toolchains

【Android Studio -No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-lin】错误截图:
Android Studio -No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-lin

文章图片

 
参考:
  https://github.com/google/filament/issues/15

    推荐阅读