同步、更新、下載Android Source & SDK from 國內鏡像站(轉載)

來源:互聯網
上載者:User

標籤:

同步、更新、下載Android Source & SDK from 國內鏡像站

轉自:

同步、更新、下載Android Source & SDK from 國內鏡像站

Download the android source from china mirrors    

以前都是從Google的網站下載同步更新的,但是現在有了國內的鏡像網站就好多了

協助  https://wiki.tuna.tsinghua.edu.cn/MirrorUsage/android

 

倉庫地址:

git://aosp.tuna.tsinghua.edu.cn/android/

 

使用瀏覽器訪問:

http://aosp.tuna.tsinghua.edu.cn/android/

清華大學 android source 鏡像站 目錄結構圖

一、下載android 源碼

1.下載 repo

 

git://aosp.tuna.tsinghua.edu.cn/android/git-repo.git/

 

2. 修改repo

google的地址

REPO_URL= ‘https://gerrit.googlesource.com/git-repo‘

 改為清華大學的地址

REPO_URL= ‘git://aosp.tuna.tsinghua.edu.cn/android/git-repo‘

 

3.下載 manifest

google 的地址

$ repo init -u https://android.googlesource.com/platform/manifest

改為清華大學的地址

$ repo init -u git://aosp.tuna.tsinghua.edu.cn/android/platform/manifest

4.同步源碼

還是和以前一樣

5.替換已有的AOSP原始碼的remote

如果你之前已經通過某種途徑獲得了AOSP的源碼,但是你希望以後通過TUNA同步,只需要將.repo/manifest.xml中的

 

 

 

 

 

 

fetch=".." review="https://android-review.googlesource.com/" />

 

改為下面的code即可:

 

 

 

 

 

 

fetch="git://aosp.tuna.tsinghua.edu.cn/android/" review="https://android-review.googlesource.com/" />

 

這個方法也可以用來在同步Cyanogenmod代碼的時候從TUNA同步部分代碼




二、 下載更新Android Android SDK


鏡像網站:http://mirrors.neusoft.edu.cn/

配置步驟

    1. 啟動 Android SDK Manager ,開啟主介面,依次選擇「Tools」、「Options...」,彈出『Android SDK Manager - Settings』視窗;
    2. 在『Android SDK Manager - Settings』視窗中,在「HTTP Proxy Server」和「HTTP Proxy Port」輸入框內填入mirrors.neusoft.edu.cn和80,並且選中「Force https://... sources to be fetched using http://...」複選框。設定完成後單擊「Close」按鈕關閉『Android SDK Manager - Settings』視窗返回到主介面;
    3. 依次選擇「Packages」、「Reload」。

同步、更新、下載Android Source & SDK from 國內鏡像站(轉載)

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.