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

问题描述:

重构项目时出现:
No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android-strip

问题原因:

出现这个问题,是因为NDK的版本问题。

解决方法:

参考此处

1、点击AS右上角SDK Manager
在这里插入图片描述

2、点击SDK Tools,将NDK打上勾
解决No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android-strip_第1张图片

3、打开项目中的local.properties文件,看到ndk的目录:H:\SDK\ndk-bundle
(每个人的安装目录不一样,看实际情况)

解决No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android-strip_第2张图片

4、去官网下载NDK,打开 https://developer.android.com/ndk/downloads/?hl=zh-cn
解决No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android-strip_第3张图片
由于我电脑是64位的windows系统,所以我选了第二个链接。下载后得到一个文件:
在这里插入图片描述

5、打开该压缩文件,可以发现这个文件和原来NDK的文件相差无几。这时候我们覆盖掉原来的文件就行了。
解决No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android-strip_第4张图片

你可能感兴趣的:(Android学习)