android环境搭建

来源:互联网 发布:淘宝系统原始头像图片 编辑:程序博客网 时间:2024/06/06 02:42

 

1、代码仓库采用git(无网络环境下单独下载)

git和repo为git代码仓库的实现,取代svn

google的code-review和code-update的详细过程见

http://source.android.com/submit-patches/workflow

关于repo介与git绍见

http://source.android.com/download/using-repo

3、所需环境linux或win32

ubuntu,32-bit x86

git1.5.4

jdk5.0

flex,bison,gperf,libsdl-dev,libesd-dev,libwxgtk2.6-dev(optional),build-essential,zip,curl

x11

4、安装eclipse+adt

adt为android的eclipse插件

adt的下载地址和安装详细见

http://developer.android.com/sdk/1.1_r1/installing.html

5、下载android1.5 sdk

详见http://developer.android.com/sdk/1.1_r1/index.html

设置环境变量,<sdk>/tools

6、develop见

http://developer.android.com/sdk/1.1_r1/installing.html

android的框架和api参考见

http://developer.android.com/guide/topics/fundamentals.html

http://developer.android.com/reference/packages.html