android源码下载

如果是虚拟机 切换桥接模式

1 mkdir ~/bin、PATH=~/bin:$PATH

2 curl https://mirrors.tuna.tsinghua.edu.cn/git/git-repo > ~/bin/repo

3 chmod +x ~/bin/repo

4 设置git 全局用户名 邮箱

5 设置缓存 git config --global http.postBuffer 5000000000

6 设置清华源:export REPO_URL='https://mirrors.tuna.tsinghua.edu.cn/git/git-repo/'

7 初始化下载 repo init -u https://aosp.tuna.tsinghua.edu.cn/platform/manifest -b android-13.0.0_r40

8 下载 repo sync -c -j8

相关推荐
Dwyane034 小时前
Android实战经验篇-AndroidScrcpyClient投屏一
android
FlyingWDX4 小时前
Android 拖转改变视图高度
android
_可乐无糖4 小时前
Appium 检查安装的驱动
android·ui·ios·appium·自动化
一名技术极客6 小时前
Python 进阶 - Excel 基本操作
android·python·excel
我是大佬的大佬7 小时前
在Android Studio中如何实现综合实验MP3播放器(保姆级教程)
android·ide·android studio
lichong9517 小时前
【Flutter&Dart】MVVM(Model-View-ViewModel)架构模式例子-http版本(30 /100)
android·flutter·http·架构·postman·win·smartapi
刘争Stanley7 小时前
Android系统开发(六):从Linux到Android:模块化开发,GKI内核的硬核科普
android·linux·运维·内核·镜像·gki·kmi
五味香7 小时前
Java学习,List截取
android·java·开发语言·python·学习·golang·kotlin
m0_748246617 小时前
Ubuntu22部署MySQL5.7详细教程
android·adb
xvch16 小时前
Kotlin 2.1.0 入门教程(三)
android·kotlin