1. 程式人生 > >Eclipse 檢視Android SDK原始碼

Eclipse 檢視Android SDK原始碼


一次偶然的機會,在網上看到了Windows系統下檢視Android SDK的原始碼的方法。此刻轉載過來和大家一起分享!

先下載原始碼,最新為2.2

1. 原始碼地址:http://rgruet.free.fr/public/

2.找SDK目錄

安裝的SDK到我的目錄E:\

E:\android-sdk-windows\

找到目錄 結構如下:


E:\android-sdk-windows\

-platforms

+android-3(android-1.5)

+android-4(android-1.6)

………..

+android-6(android-2.0)

+android-7(android-2.1)

+android-8(android-2.2)

最高的android-8對應的是SDK2.2。

在android-8檔案中新建sources然後把下載好的原始碼(android-2.2-froyo-src.zip)解壓到這個檔案下。

3.改配置檔案

找到android-8目錄下的檔案source.properties並將其修改如下:
### Android Tool: Source of this archive.
#Wed Oct 13 14:00:16 CST 2010
Pkg.Desc=Android SDK Platform. 2.2_r1
Pkg.UserSrc=true
Archive.Arch=ANY
Platform.Version=2.2
Pkg.DescUrl=sources
Archive.Os=WINDOWS
Pkg.SourceUrl=sources
Pkg.Revision=2
AndroidVersion.ApiLevel=8

大公告成,重啟Eclipse,按ctril+關鍵字、類名 或者按F3就可以點進去了,可以看到原始碼了吧!