-
1.你需要一個 Linux 環境,我自己是用 Slackware。
2.建立一個你要放源始碼的目錄,然後進入這個目錄,我的目錄是 JellyBean。
$ mkdir JellyBean
$ cd JellyBean
3.在這目錄下建立 4.1_source 和 bin 目錄,用以放入所需程式,並加入搜尋路徑。$ mkdir
4.1_source
$ mkdir bin
$ PATH=`pwd`/bin
:$PATH
4.下載 repo 程式至 bin 目錄中
$curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > bin/repo
$
chmod a+x bin/repo
5.進入 4.1_source 目錄,啟始 4.1 的 repository$ cd 4.1_source
$
repo init -u https://android.googlesource.com/platform/manifest -b
android-4.1.1_r6
如果你沒使用過 GIT ,你需要下以下兩個命令設定 GIT 的帳號資料$ git config —global user.email “you@example.com”
$ git config --global user.name "Your Name"
6.同步源始碼,這個步驟要花一段時間。
$
repo sync
7.
上一個步驟執行完後,Android 的源碼就在
4.1_source 目錄中。
- Dec 07 Sun 2014 08:52
下載 Android Souce Code
close
全站熱搜
留言列表