【Vegas原创】Eclipse4.2中搭建Android开发环境

1、下载Eclipse 4.2,登录http://www.eclipse.org/downloads/下载Eclipse Classic 4.2.2

  image

2,安装ADT插件:

    下载好Eclipse后解压,运行Eclipse,第一次运行会提示设置workspace:

image

在菜单栏选择Help—Install New Software,在Work with栏输入http://dl-ssl.google.com/android/eclipse/并回车,选择Select All按钮,单击Next——Next,选中“I Accept (此处略去若干字)”,再单击Finish,开始安装插件:

image

image

重启Eclispe,系统会提示,按下一步,自动选择安装android SDK Manager。

 image

3、安装sdk

打开window-》SDK manager

image

select new or updates,全选,安装,过程需要好几个小时,淡定一下,去泡泡妞干吗的。

image

image

image

image

4,创建Android模拟器

window->Android Virtual Device Manager ,创建一个模拟器:

image

image

注:在创建AVD时,提示“No system image installed for this target”的解决方法:

start建好的模拟器:

image

原文地址:https://www.cnblogs.com/amadeuslee/p/3770924.html