解决方法:

(1)找到NDK的根目录:
File/Project Structure/SDK Location/Android NDK location

解决“Error:No toolchains found in the NDK toolchains folder for ABI with prefix: mipsel-linux-android”

(2)复制NDK地址到本地电脑中进行查找,E:\Android\Sdk\ndk-bundle,找到toolchains文件夹并打开。

解决“Error:No toolchains found in the NDK toolchains folder for ABI with prefix: mipsel-linux-android”

(3)进入Android Studio中文社区,在TOOLS导航栏下找到NDK,找到相应的版本进行下载。

解决“Error:No toolchains found in the NDK toolchains folder for ABI with prefix: mipsel-linux-android”

(4)将文件进行下载,解压。

解决“Error:No toolchains found in the NDK toolchains folder for ABI with prefix: mipsel-linux-android”

(5)解压缩后,打开toolchains文件夹,找到错误提示中缺失的文件名。

解决“Error:No toolchains found in the NDK toolchains folder for ABI with prefix: mipsel-linux-android”

(6)将此文件夹进行复制粘贴到ndk所在目录的toolschain文件中。

解决“Error:No toolchains found in the NDK toolchains folder for ABI with prefix: mipsel-linux-android”

(7)回到Android Studio中,点击AS中的更新按钮进行更新,问题就哈皮滴解决啦~

 

解决“Error:No toolchains found in the NDK toolchains folder for ABI with prefix: mipsel-linux-android”

原文地址:https://www.jianshu.com/p/ebc7ccbdb256

相关文章:

  • 2021-03-31
  • 2022-01-10
  • 2021-09-19
  • 2021-12-11
猜你喜欢
  • 2021-04-24
  • 2022-01-06
  • 2021-07-18
  • 2021-06-30
  • 2022-12-23
  • 2021-11-22
相关资源
相似解决方案