0
点赞
收藏
分享

微信扫一扫

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


这是因为android studio 下载的  ndk缺少mips64el-linux-android 文件导致的。只要去NDK 官网下载完整的ndk  ,然后把这个文件放到  android studio指定的NDK路径下就好

下面链接是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_官网

下载好之后找到如下文件

解决No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android_官网_02

 

然后找到android studio指定的NDK路径

 

解决No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android_官网_03

 

打开toolchains 文件夹 ,把 mips64el-linux-android文件复制进去就好了

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

 

 



举报

相关推荐

0 条评论