No toolchains found in the NDK toolchains folder for ABI with prefix: mips64

  解决办法,把gradle修改为高版本。

dependencies {
        classpath 'com.android.tools.build:gradle:3.1.3'
    }
发布了2677 篇原创文章 · 获赞 362 · 访问量 215万+

猜你喜欢

转载自blog.csdn.net/quantum7/article/details/105565795