使用git工具獲取android源代碼


Android使用Git管理源代碼的,在Linux下咱們能夠使用ubuntu來獲取系統源碼,下面我就逐步介紹在Windows些如何獲取Android系統源碼了。 android

一。安裝msysGit git

在google的http://code.google.com/p/msysgit/中這樣介紹到: github

If you just want to use Git to do your version control in Windows, you will need to download Git for Windows, run the installer, and you are ready to start. Note: Git for Windows is a project run by volunteers, so if you want it to improve, volunteer! shell

ubuntu

If you want to download and install the complete source code of Git for Windows (including C compiler) to start hacking, you will need to install the full development system which is called msysGit. app

註釋:若是你須要使用Git工具在Windows下進行版本控制,你能夠使用基於Windows的Git,這裏提供了msysGit的安裝下載。 工具

咱們選擇full安裝版本,http://code.google.com/p/msysgit/downloads/detail?name=msysGit-fullinstall-1.7.3.1-preview20101002.exe網站

下載msysGit安裝包後安裝,在安裝過程當中msysGit會自動的安裝或編譯基於Windows環境的Git。編譯Git須要點時間,安裝完後截圖以下: google

12

這就是Git的shell窗口,你能夠在其中經過命名行操做下載獲得Android的系統源碼,下面就以Lunacher——桌面——爲例下載源碼。 spa

二。下載Luancher源碼

Android系統源碼都在http://android.git.kernel.org/網址下,其中那個系統app都在platform/packages/apps結構下。

鏈接還有:https://github.com/Android    此網站能夠直接下載zip 壓縮包,  https://android.googlesource.com/

在剛纔的Git的shell命名行窗口中輸入下面的命名:

git clone git://android.git.kernel.org/platform/packages/apps/Luancher2.git


 

對於其餘的app系統源碼的獲取方法和上述的Luancher相同,只是命名行後的參數不一樣。

git clone git://android.git.kernel.org/需下載源碼的app所在的位置。

三。啓動msysGit

有些朋友在關閉了msysGit命名行窗口後就找不到從新打開的連接了,不用着急,你只須要在你安裝的msysGit路徑下雙擊執行msys.bat文件便可。

 

全部的都大功告成了。

相關文章
相關標籤/搜索