0
点赞
收藏
分享

微信扫一扫

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

343d85639154 2022-02-27 阅读 85


背景

在更新NDK版本后,出现编译报错:

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

简单粗暴解决方案

找到NDK目录下的toolchains目录,复制“arm-linux-androideabi-4.9”为“mips64el-linux-android”即可.

编译报错: No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android_解决方案



举报

相关推荐

0 条评论