Error:No toolchains found in the NDK toolchains folder for ABI with prefix: mipsel-linux-android
修改项目根目录下的gradle/wrapper/gradle-wrapper.properties
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
修改项目根目录下的 build.gradle
classpath 'com.android.tools.build:gradle:3.3.1'
还没有评论,来说两句吧...