WEB开发网
开发学院手机开发Android 开发 Android Source Code Download 阅读

Android Source Code Download

 2010-04-12 03:42:00 来源:WEB开发网   
核心提示:Android Source Code DownloadTOPWebsiteandroid的最新源代码下载的官方网站是:http://source.android.com源代码的下载说明页面是:http://source.android.com/download (现在貌似用还用不了)现在的网站是http://git.

Android Source Code Download

TOPWebsite

android的最新源代码下载的官方网站是:http://source.android.com

源代码的下载说明页面是:http://source.android.com/download (现在貌似用还用不了)

现在的网站是http://git.android.com

TOPCreate Directory

在HOME(/home/justin)目录下创建如下目录结构:

/home/justin/android:

总计 36

drwxr-xr-x 7 justin justin 4096 01-15 10:34 .

drwxr-xr-x 58 justin justin 12288 01-15 10:39 ..

drwxr-xr-x 2 justin justin 4096 01-15 10:34 applications

drwxr-xr-x 2 justin justin 4096 01-15 10:33 downloads

drwxr-xr-x 2 justin justin 4096 01-15 12:34 bin

drwxr-xr-x 2 justin justin 4096 01-15 10:33 sdk

drwxr-xr-x 2 justin justin 4096 01-15 10:33 src

drwxr-xr-x 2 justin justin 4096 01-15 10:34 tools

将该目录添加到PATH环境变量:

export PATH=$HOME/android/bin:$PATH

如果需要反复使用,需要将这一行加入~/.bashrc启动脚本中

TOPDonwload Tool Chain

TOPGit

Git的版本在1.5.4之上

sudo apt-get install git-core

TOPProxy

安装代理软件:

apt-get install connect-proxy

TOPRepo

repo是包装了git命令的python脚本:

curl http://android.git.kernel.org/repo > ~/android/bin/repo

网关内部需要设置curl代理:

假设网段的(http)代理为:wwwgate.freeshell.net:8080

curl --proxy wwwgate.freeshell.net:8080 http://android.git.kernel.org/repo > ~/android/bin/repo

加上可执行权限

chmod a+x ~/android/bin/repo

TOPPython

Python的版本在2.4之上

sudo apt-get install python

TOPJDK 1.6

在下列地址下载: http://java.sun.com/javase/downloads 解压得到如下文件: ~/android/downloads/jdk-6u11-linux-i586.bin

cd ~/android/downloads

1 2 3 4 5 6  下一页

Tags:Android Source Code

编辑录入:coldstar [复制链接] [打 印]
赞助商链接