基於linux與windows平台下 如何下載android sdk原始碼的方法詳解

來源:互聯網
上載者:User

本文主要分2部份。第1部份介紹如何下載android sdk的原始碼;第2部份介紹如何把android sdk的原始碼加入到eclipse裡

第1部份如何下載android sdk的原始碼

1、環境。 Linux 2.6 ,Python 2.4.3 或windows XP

2、工具。主要使用git工具,下載android sdk source。

(1)Linux下git工具可以到 http://git-scm.com/ 下載,此工具是linux的核心代碼管理工具。

安裝過程如下:

tar -xvf git-1.6.6.tar.bz2./configuremakemake install

(2)在Windows下安裝則和其他應用程式安裝是一樣的。

Windows下Git:http://code.google.com/p/msysgit/downloads/list

目前最新版本為:msysGit-fullinstall-1.7.1-preview20100612.exe 31.6 MB

3、下載android sdk的原始碼

Windows版本的Git提供有Linux shell命令列和GUI圖形介面兩種不同的操作方式,

用預設安裝選項安裝時,添加在案頭上的Git表徵圖為啟動使用shell命令工具,操作指令和用法則和Linux下一樣

mkdir android_sdk_src 建立存放Android SDK源檔案的目錄

cd android_sdk_src 進入建立的目錄

git clone git://android.git.kernel.org/platform/frameworks/base.git 下載Android SDK源碼

附上Android資源分布說明:
http://source.android.com/projects#TOC-External-projects
Android的Git資源:http://android.git.kernel.org/
Git中文教程:http://www.bit(此處括弧僅起分割作用,實際地址無括弧以及此括弧內內容)sun.com/documents/gittutorcn.htm
Git:http://code.google.com/p/msysgit/

在http://android.git.kernel.org/的首頁上講得很清楚,

如果是想要獲得部分git資源(To clone one of these trees, install git, and run:),請使用

git clone git://android.git.kernel.org/ + project path.git

附上下載整個Android的方法
repo指令碼可以到 http://android.git.kernel.org/repo 獲得。
使用curl命令下載並部署此指令碼
curl http://android.git.kernel.org/repo >/bin/repo

$ curl http://android.git.kernel.org/repo >~/bin/repo$ chmod a+x ~/bin/repo$ mkdir mydroid$ cd mydroid$ repo init -u git://android.git.kernel.org/platform/manifest.git$ repo sync

第2部份 如何把源碼附加到eclipse裡。

此部分的詳細配置方法請查看http://stuffthathappens.com/blog/2008/11/01/browsing-android-source-in-eclipse/
在此對這篇文章引述如下:

1、在你的SDK目錄下,即你的 android.jar 所在目錄下建立sources目錄,把下載的原始碼(我的原始碼的根目錄為base)裡的base\core\java\下的檔案夾android和com複製到
放到sources下。具體的目錄結構如下

SDK_PATH
| android.jar
+--docs/...
+--samples/...
+--sources
+--android
| ...accounts, annotation, app, bluetooth, etc...
+--com/android/etc...
+--dalvik/...
+--java/...
+--javax/...

2、然後重新開啟eclipse,就完成了原始碼的附加

相關文章

聯繫我們

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