美文网首页
[解决]No toolchains found in the N

[解决]No toolchains found in the N

作者: 锋行_ | 来源:发表于2019-02-27 17:49 被阅读0次

Android编译遇到如下错误:

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

查了很多网上资料,都不行,最新的NDK中根本没有mips64el-linux-android。
实际上是升级了NDK r18版本和Gradle老版本不兼容导致,所以升级Gradle版本即可

image.png

详见:https://github.com/android-ndk/ndk/wiki/Changelog-r18

相关文章

网友评论

      本文标题:[解决]No toolchains found in the N

      本文链接:https://www.haomeiwen.com/subject/liofuqtx.html