美文网首页
Android ndk编译出错

Android ndk编译出错

作者: fengcz | 来源:发表于2018-09-20 20:07 被阅读621次

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

  • 直接通过AndroidStudio下载的 ndk相关资料不全,(下载的资料缺少了部分

  • 使用studio下载的少了下图的两部分,所以编译不能通过


    image.png
  • 解决办法,下载ndk解压找到toolchains文件夹,对比本地下载的sdk->ndk-bundle->toolchains 文件夹的 内容,缺少的复制过去,重新编译即可

ndk官方下载地址
博客(感谢分享)

相关文章

网友评论

      本文标题:Android ndk编译出错

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