Google has released the Android 2.0 SDK as of October 27th, 2009. We know how eager everyone has been to get their hands on Android 2.0, so we have decided to write up instructions so that anyone may download and install the SDK, then create and run an emulator instance.

Note, the emulator is not intended to duplicate any particular device, so treat this more as a look at some of the core new features of Android 2.0 than an emulation of any current or future device. Also, things that require hardware features are not available in the emulator. No multi-touch in here guys (unless you manage to get two mice to work?).

Enough of the talk, let’s get down to business.

1) Download appropriate file for your system from http://developer.android.com/sdk/index.html

2) Extract to desired location

3) Run “SDK Setup.exe” (or the equivalent for your system)

Launch sdksetup.ext

a. If you receive an error message stating “Failed to fetch url…” then you will have to force the Setup program to use http in lieu of https.

Got this error? Follow the steps.

i. Close the “Refresh Sources” window

ii. Cancel the “Choose Packages to Install” window

iii. Select “Settings” from the left side of the “Android SDK and AVD Manager” window

iv. Check the box labeled “Force https://… sources to be fetched using http://…”

v. Click “Save and Apply”

vi. Close and restart the SDK Setup program

4) Choose the packages that you wish install

Select only the packages you need.

a. If you are only interested in trying out the Android 2.0 Emulator

i. Reject everything except “SDK Platform Android 2.0. API 5, revision 1” by selecting each item then selecting the Reject option

b. If you plan to develop Android applications and Games, you may wish to Accept All

c. Click “Install Selected”

5) Allow the selected packages to download and install then close the “Installing Archives” window

6) Create a new Android Virtual Device (AVD)

These are the settings to emulate the Moto Droid.

a. Select “Virtual Devices” from the left side of the “Android SDK and AVD Manager” window

i. Click “New”

ii. Enter a Name

iii. Choose a Target

iv. Enter a size for the emulated SD Card

v. Choose a Skin

1. To emulate current hardware such as the G1, MyTouch 3G, Hero, etc…

a. Leave the default value

2. To emulate the Motorola Droid

a. Choose WVGA 854

3. To emulate other devices

a. Choose anything else

vi. Click “Create AVD”

7) Start your newly created Virtual Device

A successfully created AVD.

a. Choose the Virtual Device from the list

b. Click “Start…”

c. Click “Launch”

Just click launch.

8) Allow copious time for Emulator to start up

First startup will take a few minutes.

9) Enjoy!

Android 2.0

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android(安卓)四大组件之Activity生命周
  2. Android项目从eclipse迁移到Android(安卓
  3. 基于 Android(安卓)NDK 的学习之旅-----
  4. IPC进程间通信
  5. Android播放器MediaPlayer与MediaRecorde
  6. Android(安卓)View 属性大全
  7. Android(安卓)shell 系统命令
  8. android设置EditText不可编辑内容,响应点
  9. Android界面布局基本知识简述
  10. TextView处理显示字数过长