編輯:關於Android編程
本文主要分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,就完成了源代碼的附加
現在很多應用都已經涉及到 第三方登錄了,他的使用能更方便大家進入app,不用繁瑣的輸入密碼,那麼今天就來探索下 QQ 的三方登錄。首先,大家在白度上 搜 “騰
出們在外想看NBA。手機看NBA直播用什麼軟件?現在推薦三款NBA手機直播軟件,讓你直接用手機看NBA決賽,讓你出行也不用錯過每一場球賽!有需要
在工作中,有一個這樣的需求,需要用到WebView與javascript進行交互,下面我們就通過一個簡單的需求來介紹.先看一下效果圖: 需求:1.點
1、效果圖: 2、核心代碼: height) reflectionHeight = height; // 創建倒影圖片(