码迷,mamicode.com
首页 > 其他好文 > 详细

下载AOSP源码

时间:2020-07-08 15:36:30      阅读:84      评论:0      收藏:0      [点我收藏+]

标签:aos   check   decode   art   tar   最新   details   网址   com   

如果硬盘空间够大,下载最新的版本。

由于所有代码都是从隐藏的 .repo 目录中 checkout 出来的,下载后解压 再 repo sync 一遍即可得到完整的目录。

使用方法如下:

wget -c https://mirrors.tuna.tsinghua.edu.cn/aosp-monthly/aosp-latest.tar # 下载初始化包
tar xf aosp-latest.tar
cd AOSP   # 解压得到的 AOSP 工程目录
# 这时 ls 的话什么也看不到,因为只有一个隐藏的 .repo 目录
repo sync # 正常同步一遍即可得到完整目录
# 或 repo sync -l 仅checkout代码

如果硬盘空间不够,可以找以前的版本,网址:https://mirrors.tuna.tsinghua.edu.cn/aosp-monthly

我在执行repo sync,报错误:

AttributeError: ‘str‘ object has no attribute ‘decode‘

在网上查到了解决办法:https://blog.csdn.net/qq_41185868/article/details/82079079

直接去掉代码decode(‘utf8‘)

c/c++ 学习互助QQ群:877684253

本人微信:xiaoshitou5854

技术图片

下载AOSP源码

标签:aos   check   decode   art   tar   最新   details   网址   com   

原文地址:https://www.cnblogs.com/xiaoshiwang/p/13266655.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!