使用git和repo下載Android的原始碼

來源:互聯網
上載者:User

首屆 Google 暑期大學生部落格分享大賽——2010 Andriod 篇

以下操作都是在Ubuntu10.04LTS下完成:

  1. 安裝git

    sudo apt-get install git-core

  2. 安裝curl
    sudo apt-get install git-core curl

  3. 安裝Repo,為了方便直接下載repo到使用者根目錄中。通過curl下載repo
    curl http://android.git.kernel.org/repo >~/repo
  4. 給repo可執行檔許可權
    chmod a+x ~/repo
  5. 建立一個目錄,然後進入該目錄。通過repo將當前Android上所有原始碼下載。
  • 首先初始化本地,

    ~/repo init -u git://android.git.kernel.org/platform/manifest.git

    看到repo initialized in /android的提示後,則證明初始化完畢。

  • 執行
    repo sync

    則自動開始下載原始碼。

     通過以上方法可以下載到原始碼,只是原始碼比較大,如果網速不快的話,不建議這麼做。而且下載過程中並不能看到下載的檔案,需要所有的都下載完畢之後才能看到。這點有點不盡人意,而且git支援斷點續傳,如果中斷了也不用擔心。

     更多資訊請參考:

     http://source.android.com/source/git-repo.html

     http://android.git.kernel.org/

 


相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.