本文主要分2部份。第1部份介绍如何下载Android sdk的源代码;第2部份介绍如何把android sdk的源代码加入到eclipse里 第1部份如何下载android s
本文主要分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,就完成了源代码的附加
您可能感兴趣的文章:ubuntu中为Android增加硬件抽象层(HAL)模块访问Linux内核驱动程序Ubuntu中为Android系统上实现内置C可执行程序测试Linux内核驱动程序Ubuntu中为Android系统上编写Linux内核驱动程序实现方法在Linux下通过命令行打包Android应用的方法简述Android中SELinux的TE详解Android Selinux 权限及问题Linux系统下安装android sdk的方法步骤Android 开发中使用Linux Shell实例详解Centos Linux系统搭建Android开发环境详细介绍Android在linux下刷机教程利用adt-bundle轻松搭建Android开发环境与Hello world(Linux)基于Android SDK-在64位Linux中使用需要注意的问题Android系统添加Linux驱动
--结束END--
本文标题: 基于linux与windows平台下 如何下载android sdk源代码的方法详解
本文链接: https://lsjlt.com/news/27826.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-03-01
2024-03-01
2024-03-01
2024-03-01
2024-03-01
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0