No toolchains found in the NDK toolchains folder for ABI with prefix

作者:啊啊啊阿门

地址:https://www.jianshu.com/p/fd3d49c7f1f8

通过Android Studio 的Sdk Manager安装NDK,安装完之后编译失败,报错信息入下:

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

网上查了一通,答案大同小异,但都无法解决我的问题,只能自己研究了.

翻一翻NDK的文档,看到这样一段:

ndk-document.png

找到自己本地的android-sdk,如果下载了ndk的相关sdk,会有一个叫“ndk-bundle”的文件夹

No toolchains found in the NDK toolchains folder for ABI with prefix_第1张图片

里边有一个叫“toolchains”的文件夹

No toolchains found in the NDK toolchains folder for ABI with prefix_第2张图片

我们注意到里边确实没有mips64el相关的文件

解决办法如下:

  1. 点击这里通过浏览器单独下载NDK的包.
  2. 解压之后打开“toolchains”文件夹,跟android-sdk->ndk-bundle->toolchains文件夹做对比,找到其缺少的文件夹,复制过去

No toolchains found in the NDK toolchains folder for ABI with prefix_第3张图片

3.重新编译,问题解决.



作者:啊啊啊阿门
链接:https://www.jianshu.com/p/fd3d49c7f1f8
來源:简书
简书著作权归作者所有,任何形式的转载都请联系作者获得授权并注明出处。

你可能感兴趣的:(No toolchains found in the NDK toolchains folder for ABI with prefix)