[Android Studio]No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux

升级Android Gradle到3.0以上报错

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

解决方法

创建一个空目录

Linux

mkdir -p $ANDROID_HOME/ndk-bundle/toolchains/mips64el-linux-android/prebuilt/linux-x86_64

MacOS

mkdir -p $ANDROID_HOME/ndk-bundle/toolchains/mips64el-linux-android/prebuilt/darwin-x86_64

Windows

mkdir %ANDROID_HOME%\ndk-bundle\toolchains\mips64el-linux-android\prebuilt\windows-x86_64

参考文档

  • https://github.com/google/filament/issues/15

你可能感兴趣的:(Android开发环境)