Android的配置

主要内容:

1.Android SDK的安装

2.ADT的安装与配置

3.Android模拟器的配置


1.Android SDK的安装

1)下载JDK,安装配置环境变量

2)在http://androidappdocs.appspot.com/sdk/index.html 下载android-sdk_r07-windows.zip,解压后从SDK Setup.exe安装,选择要安装的版本

3)配置环境变量,android-sdk_r07-windows.zip解压出来的不是完整的SDK,只是一个安装工具,安装后将路径写到环境变量Path里。

 

2.ADT的安装与配置

1)下载Eclipse

2)配置eclipse,单击eclipse菜单的help-->Install New Software。在Work with中直接输入Android - https://dl-ssl.google.com/android/eclipse/。等下面列表中出现了相应的信息后,全选,然后 next-->finish

 

3.Android模拟器的配置

1)在eclipse-->windows-->preferences下的Andorid里配置Android的SDK位置

2)在eclipse工具栏上打开Android SDK and AVD Manager 建立新的模拟器的版本

 

出现的问题:

在安装ADT时, 输入Android - https://dl-ssl.google.com/android/eclipse/ 出现下面错误

Cannot complete the install because one or more required items could not be found.
  Software being installed: Android Development Tools 0.9.9.v201009221407-60953 (com.android.ide.eclipse.adt.feature.group 0.9.9.v201009221407-60953)
  Missing requirement: Android Development Tools 0.9.9.v201009221407-60953 (com.android.ide.eclipse.adt.feature.group 0.9.9.v201009221407-60953) requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found

 

缺少 wst 等插件,可以下载插件安装或者直接下个Helios 版本的或者是RCP版本的,可以成功安装ADT。

 

你可能感兴趣的:(eclipse,android,manager,工具,tools,2010)