[解决]No toolchains found in the NDK toolchains folder for ABI with prefix

[解决]No toolchains found in the NDK toolchains folder for ABI with prefix 报错

Android Studio编译失败,报错信息如下:

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

导致这个问题的原因是因为你的NDK缺少相关的平台工具链导致的,而我上面的报错是缺少mips64el-linux-android 工具链。解决办法:把这个工具从别的地方拷贝过来补上就可以了。

1、项目:打开 File → Project Structure,找到本地sdk目录,并进入该目录下。
[解决]No toolchains found in the NDK toolchains folder for ABI with prefix_第1张图片
2、进入该目录,找到toolchains文件夹并打开。
[解决]No toolchains found in the NDK toolchains folder for ABI with prefix_第2张图片
3、进入该文件夹你会发现缺少mips64el-linux-android相应的文件夹。
[解决]No toolchains found in the NDK toolchains folder for ABI with prefix_第3张图片
4、去网上下载新的sdk工具,进入toolchains文件夹找到对应的文件夹拷贝到你的目录下,然后重新编译就可以了。

[解决]No toolchains found in the NDK toolchains folder for ABI with prefix_第4张图片
下载不到或者不想下载SDK的话,可以留言我这边发你,mips64el-linux-android工具链可以点击这里下载。

你可能感兴趣的:(Android,Studio工具)