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

相关推荐
️学习的小王18 小时前
二级MySQL PHP综合应用题完整考点+历年真题风格练习题
android·mysql·php
YB13751 天前
jetpack compose 副作用 SideEffect
android·kotlin
CHB1 天前
uni-app x 蒸汽模式 性能测试基准报告 Benchmark【Android版】
android·ios·uni-app
带娃的IT创业者1 天前
拆掉那堵墙:LibrePods 如何让 AirPods 在 Android 上重获新生
android·开源项目·airpods·librepods·生态解锁
_阿南_1 天前
flutter 展示的字体突然奔放了
android·flutter·ios
文人sec2 天前
MySQL事务与索引做了什么?
android·笔记·mysql
刘洋浪子2 天前
AndroidStudio保存日志菜单
android
朱涛的自习室2 天前
从 Prompt 到 Graph:AI 工程的进化史
android·前端·人工智能
2501_932750262 天前
Android 中 Serializable 与 Parcelable 的对比与选择
android
FungLeo2 天前
Flutter 两个反直觉布局坑:ListTile 水波纹 / VerticalDivider 踩坑实录
android·flutter