Chinaunix首页 | 论坛 | 博客
  • 博客访问: 213844
  • 博文数量: 37
  • 博客积分: 1627
  • 博客等级: 上尉
  • 技术积分: 396
  • 用 户 组: 普通用户
  • 注册时间: 2010-01-06 12:08
文章分类

全部博文(37)

文章存档

2018年(1)

2016年(2)

2015年(2)

2014年(1)

2012年(8)

2011年(9)

2010年(14)

我的朋友

分类: LINUX

2011-11-07 10:48:38

1 .安装jdk:
sudo apt-get install sun-java6-jdk 

2. 安装eclipse
   下载 Eclipse IDE for java EE Developers,地址如下:
这个是免安装的,加压后,直接运行里面的eclipse 即可。

3. 安装ADT插件  

  1. Start Eclipse, then select Help > Install New Software....
  2. Click Add, in the top-right corner.
  3. In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and the following URL for the Location:https://dl-ssl.google.com/android/eclipse/
  4. Click OK
  5. In the Available Software dialog, select the checkbox (Android DDMS and Android DevelopmentTools) next to Developer Tools and click Next.
  6. 不要选择“Contact all update sites during install to find required sotfware”,否则会浪费很多时间,直接 Next.
  7. 接下来选择accept license ,点击finish .等待安装结束
4. 下载Android SDK工具包

5. 更新Android SDK API 


6.创建一个AVD


7. Android 工程的建立
阅读(550) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~