背景
在更新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
阅读 88
2022-02-27
在更新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”即可.

相关推荐
精彩评论(0)