28
2018
11
No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android
升级Android到3.2.1后,编译以前的工程出现No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android这个错误,查下一下,mips64el-linux-android已经从NDK里移除了。有个“解决”方法,创建个目录骗偏编译器就好了Linuxmkdir -p $ANDROID_HOME/ndk-bundle/toolchains/mips64e
作者:mjh1021 | 分类:移动开发 | 浏览:4012 | 评论:0