經過清華大學開源軟件鏡像站下載aosp的步驟

1.下載 repo 工具:並配置到path中html

mkdir ~/bin
PATH=~/bin:$PATH #至關於win配置到環境變量中
curl https://mirrors.tuna.tsinghua.edu.cn/git/git-repo > ~/bin/repo
chmod a+x ~/bin/repo

2.創建工做目錄:android

mkdir WORKING_DIRECTORY
cd WORKING_DIRECTORY

3.初始化倉庫:git

repo init -u https://aosp.tuna.tsinghua.edu.cn/platform/manifest

 3.1curl

若是須要某個特定的 Android 版本(列表):工具

repo init -u https://aosp.tuna.tsinghua.edu.cn/platform/manifest -b android-4.0.1_r1

4.同步源碼樹(之後只需執行這條命令來同步):ui

repo sync
相關文章
相關標籤/搜索