No toolchains found in the NDK toolchains folder for ABI with prefix
目录
- 更多分享:www.catbro.cn
关键错误提示:No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android
原本已很愉快地在用最新的android studio 和最新的sdk ndk kotlin 在开发新的产品,但是,总有老项目需要你久不久看望下他。
这不,今天我很幸运接到小需求,很开心的切换到老项目,拜特。老项目跑不起来了。
经过一番折腾之后得出结论如下:
- 老项目使用的gradle版本太低,与本地的ndk版本不兼容
解决方法很简单: 根据错误提示:No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android
OK,前往android 官网下载一个ndk包,把里面的如下:
再次编译,如果还不行,把C盘的.gradle目录干掉,还不行你来找我