0
点赞
收藏
分享

微信扫一扫

Android Studio编译失败:No toolchains found in the NDK toolchains folder for ABI with prefix

沪钢木子 2022-02-27 阅读 154


报错:

No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android

解决方案:

升级gradle版本。

1. 修改项目根路径下build.gradle,将com.android.tools.build:gradle的版本升级到3.2.1.

2. 修改gradle-wrapper.properties中distributionUrl版本号,修改为4.6及以上。

Android Studio编译失败:No toolchains found in the NDK toolchains folder for ABI with prefix_解决方案

Android Studio编译失败:No toolchains found in the NDK toolchains folder for ABI with prefix_android_02





举报

相关推荐

0 条评论