- This version of the NDK is incompatible with the Android Gradle plugin version 3.0 or older. If you see an error like
No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android
, update your project file to use plugin version 3.1 or newer. You will also need to upgrade to Android Studio 3.1 or newer.
所以,升级plugin 3.1即可。
dependencies { classpath 'com.android.tools.build:gradle:3.1.0' }