您的位置:首页 > 移动开发 > Android开发

Android开发环境搭建(Win XP)

2009-04-22 14:59 639 查看
<!--
/* Font Definitions */
@font-face
{font-family:宋体;
panose-1:2 1 6 0 3 1 1 1 1 1;
mso-font-alt:SimSun;
mso-font-charset:134;
mso-generic-font-family:auto;
mso-font-pitch:variable;
mso-font-signature:3 135135232 16 0 262145 0;}
@font-face
{font-family:"/@宋体";
panose-1:2 1 6 0 3 1 1 1 1 1;
mso-font-charset:134;
mso-generic-font-family:auto;
mso-font-pitch:variable;
mso-font-signature:3 135135232 16 0 262145 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-parent:"";
margin:0cm;
margin-bottom:.0001pt;
text-align:justify;
text-justify:inter-ideograph;
mso-pagination:none;
font-size:10.5pt;
mso-bidi-font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:宋体;
mso-font-kerning:1.0pt;}
h3
{mso-margin-top-alt:auto;
margin-right:0cm;
mso-margin-bottom-alt:auto;
margin-left:0cm;
mso-pagination:widow-orphan;
mso-outline-level:3;
font-size:13.5pt;
font-family:宋体;
mso-bidi-font-family:宋体;}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;
text-underline:single;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;
text-decoration:underline;
text-underline:single;}
code
{mso-ansi-font-size:12.0pt;
mso-bidi-font-size:12.0pt;
font-family:宋体;
mso-ascii-font-family:宋体;
mso-fareast-font-family:宋体;
mso-hansi-font-family:宋体;
mso-bidi-font-family:宋体;}
/* Page Definitions */
@page
{mso-page-border-surround-header:no;
mso-page-border-surround-footer:no;}
@page Section1
{size:595.3pt 841.9pt;
margin:72.0pt 90.0pt 72.0pt 90.0pt;
mso-header-margin:42.55pt;
mso-footer-margin:49.6pt;
mso-paper-source:0;
layout-grid:15.6pt;}
div.Section1
{page:Section1;}
-->

Android开发环境搭建(Win
XP


----Kimly
主要软件软件版本:
Android 1.1 SDK Realease 1
Eclipse 3.4.2
JRE 6 Update 13
首先要下载Eclipse3.4.2。地址是http://www.eclipse.org/downloads/。我们下载的是Eclipse
IDE for Java Developers,约85M。



然后下载Android 1.1 SDK,地址是http://code.google.com/intl/zh-CN/android/



如果机器上没有安装JRE的话,还要去下载一个JRE,下载地址是http://java.sun.com/javase/downloads/index.jsp。我们下载的是JRE 6 Update 13



接下来,我么开始安装。
首先要安装的是JRE,按照提示一路Next就好了,这里我就不多说了。
现在安装和配置Eclipse,解压后,打开eclipse.exe会出现配置工作空间的窗口:



选择你自己想要的工作空间地址,然后点OK。
接下来配置eclipse,安装Android tools,点Help|Software
Update



增加站点:
https://dl-ssl.google.com/android/eclipse/




然后安装Android Development Tools,如下图,点击Install。



安装完成后会要求重启Eclipse。接下来,在Windows|Preference窗口中点Android,下出现的SDK
Locaion中指向你SDK所在的文件夹:



最后一步,配置好path,在“我的电脑->高级->环境变量”中编辑path,加如Android
SDK的目录,以及其下Tools的目录:



这样,开发环境就配置好了。
欢迎进入Android的世界。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: