以前遇见过好几次,没有记录,今天顺手记录下:
No toolchains found in the NDK toolchains folder for ABI with prefix: mipsel-linux-android 这个错误就是没有找到NDK目录下的
mipsel-linux-android 这个文件夹,但以前没有这种错误,一般是更新插件或者AS版本导致的,
看官方介绍
classpath 'com.android.tools.build:gradle:3.2.0' 要么把gradle版本更新到3.2+
要不就是找以前的版本 然后把那个文件夹复制到NDK目录下
个人推荐第一种方式