編譯時(shí),報(bào)了 No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android
google 認(rèn)為mips64el-linux-android 已經(jīng)過(guò)時(shí)了,所以從ndk中移除了,但是,老版本的gradle插件是有做這一項(xiàng)檢查的.
把gradle升級(jí)到
classpath 'com.android.tools.build:gradle:3.2.1'
解決問(wèn)題