博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
MACE环境搭建
阅读量:4451 次
发布时间:2019-06-07

本文共 1083 字,大约阅读时间需要 3 分钟。

 主要参考https://blog.csdn.net/u012505617/article/details/85763065

 

1、安装docker     

2、安装NDK

     https://www.linuxidc.com/Linux/2018-03/151326.htm

3、安装bazel

      下载之前记得换源curl https://bazel.build/bazel-release.pub.gpg | sudo apt-key add -

       https://blog.csdn.net/u012505617/article/details/85763065

4、拉取镜像

      docker pull registry.cn-hangzhou.aliyuncs.com/xiaomimace/mace-dev      

    (1)  报错:Unable to pull this image: "No space left on device"

       提示空间不够了,重新设置空间

     https://www.cnblogs.com/ligang0357/p/8297488.html

  (2)FATA[0004] Get https://index.docker.io/v1/repositories/library/centos/p_w_picpaths: x509: certificate has expired or is not yet valid 

    系统时间问题

    https://blog.51cto.com/beijing0414/1633956

5、拉取源码

      git clone https://github.com/XiaoMi/mace.git     

https://blog.csdn.net/intjun/article/details/82349495

https://www.cnblogs.com/missidiot/p/9480033.html

https://blog.csdn.net/asonle/article/details/80880177

https://github.com/XiaoMi/mace

 

遇到的问题:git config --global http.sslVerify false 

 

6、安装android studio

     安装jdk https://blog.csdn.net/heiheiya/article/details/80742667

 

 

 

 

     

转载于:https://www.cnblogs.com/573177885qq/p/10757784.html

你可能感兴趣的文章
字符串处理,取出按指定分割符号(非空格)进行字符串切割
查看>>
linux下统计文本行数的各种方法(二)
查看>>
java中的匿名内部类
查看>>
读书笔记——计算机科学导论
查看>>
php环境搭建
查看>>
类和对象-2
查看>>
使用UltraEdit+BCC5.5搭建C语言学习环境(转)
查看>>
485收发控制器:
查看>>
mssql死锁
查看>>
读取iOS plist文件 (其实类似读取xml文件)
查看>>
wps的几个优点
查看>>
Swift 可选链
查看>>
Servlet的入门案例
查看>>
获取请求参数乱码的问题
查看>>
代码实现:判断E盘目录下是否有后缀名为.jpg的文件,如果有,就输出该文件名称...
查看>>
Android客户端测试点
查看>>
Jquery:怎样让子窗体的div显示在父窗体之上
查看>>
01概率
查看>>
.NET LINQ 元素操作
查看>>
51nod 1020
查看>>