1 .安装jdk:
sudo apt-get install sun-java6-jdk
2. 安装eclipse
下载 Eclipse IDE for java EE Developers,地址如下:
这个是免安装的,加压后,直接运行里面的eclipse 即可。
3. 安装ADT插件
- Start Eclipse, then select Help > Install New Software....
- Click Add, in the top-right corner.
- 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/
- Click OK
- In the Available Software dialog, select the checkbox (Android DDMS and Android DevelopmentTools) next to Developer Tools and click Next.
- 不要选择“Contact all update sites during install to find required sotfware”,否则会浪费很多时间,直接 Next.
- 接下来选择accept license ,点击finish .等待安装结束
4. 下载Android SDK工具包
5. 更新Android SDK API
6.创建一个AVD
7. Android 工程的建立
阅读(579) | 评论(0) | 转发(0) |