解决No toolchains found in the NDK toolchains folder for ABI with prefix: mipsel-linux-android的问题

解决No toolchains found in the NDK toolchains folder for ABI with prefix: mipsel-linux-android的问题

问题描述

新手在导入一个Android项目时报错

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

如图所示:
解决No toolchains found in the NDK toolchains folder for ABI with prefix: mipsel-linux-android的问题_第1张图片
意思就是找不到mipsel-linux-android文件夹。

通过查阅网上大量资料以及尝试,给出以下解决办法:

  1. 第一步:查看NDK所在位置
    点击File -> Project Structure -> 找到路径 -> 去计算机中打开
    解决No toolchains found in the NDK toolchains folder for ABI with prefix: mipsel-linux-android的问题_第2张图片
    解决No toolchains found in the NDK toolchains folder for ABI with prefix: mipsel-linux-android的问题_第3张图片

  2. 第二步:跟着我的目录把里面的两个文件夹复制或者剪切出来
    (没有找到这两个软件的徐药制剂手动与去下载没下载地址为:NDK下载)
    解决No toolchains found in the NDK toolchains folder for ABI with prefix: mipsel-linux-android的问题_第4张图片
    将这两个文件夹复制,然后粘贴到ndk-bundle/toolchains文件夹下,如图:
    解决No toolchains found in the NDK toolchains folder for ABI with prefix: mipsel-linux-android的问题_第5张图片

  3. 第三步:重启项目
    回到android studio,File -> Invalidated and Restart -> 按下确定等待即可
    解决No toolchains found in the NDK toolchains folder for ABI with prefix: mipsel-linux-android的问题_第6张图片

大功告成!!!

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