https://www.jianshu.com/p/fd3d49c7f1f8

通过Android Studio 的Sdk Manager安装NDK,安装完之后编译失败,报错信息如下:

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

https://developer.android.google.cn/ndk/downloads/?hl=zh-cn

解决办法如下:

  1. 点击这里通过浏览器单独下载NDK的包.
  2. 解压之后打开“toolchains”文件夹,跟android-sdk->ndk-bundle->toolchains文件夹做对比,找到其缺少的文件夹,复制过去

最新文章

  1. iOS多线程之6.GCD的其他用法
  2. Struts2自定义拦截器
  3. XHTML基础
  4. linux服务之httpd
  5. JAVA并发实现五(生产者和消费者模式Condition方式实现)
  6. YII使用PHPExcel导入Excel文件的方法
  7. 基于RBAC的权限设计模型
  8. springboot定时任务——整合Quartz
  9. Python sort后赋值 操作陷阱
  10. Centos6.9部署vnc
  11. 构建第一个 Spring Boot 工程
  12. 博弈论简单入门sb总结
  13. Scrum Meeting 3 -2014.11.5
  14. C++ std::allocator<T> 与new对比效率使用
  15. int、long、long long取值范围
  16. vs2013\2015-UML
  17. 【Leetcode】【Medium】Best Time to Buy and Sell Stock II
  18. Python正则表达式-基础
  19. HDU 2480 Steal the Treasure (并查集+贪心)
  20. (一)ByteDance编程题

热门文章

  1. wgrib读grib数据
  2. 17.纯 CSS 创作炫酷的同心矩形旋转动画
  3. spring data jpa update
  4. Mysql中select的正确姿势
  5. python day10 数据库(mysql基础)
  6. 笨方法学python之转义字符
  7. include 模板标签
  8. ACM__01背包,完全背包,多重背包
  9. Java中Asm包有什么用?
  10. ReactiveX 学习笔记(14)使用 RxJava2 + Retrofit2 调用 REST API