首页 > 系统相关> > 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
作者:互联网
1. 发生的错误
在使用 gradlew 编译项目时遇到 ndk toolchains 的错误,顺手记录了一下:
2. 解决方案
在终端执行下面命令
cd $ANDROID_HOME cd ndk-bundle/toolchains ln -s aarch64-linux-android-4.9 mips64el-linux-android ln -s arm-linux-androideabi-4.9 mipsel-linux-android
标签:NDK,mips64el,ln,cd,linux,android,toolchains 来源: https://www.cnblogs.com/larack/p/10648072.html