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.

How to install Android SDK and play with Android 2.0 in the emulator_第1张图片

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

How to install Android SDK and play with Android 2.0 in the emulator_第2张图片

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”

How to install Android SDK and play with Android 2.0 in the emulator_第3张图片

Just click launch.

8) Allow copious time for Emulator to start up

First startup will take a few minutes.

9) Enjoy!

How to install Android SDK and play with Android 2.0 in the emulator_第4张图片

Android 2.0

更多相关文章

  1. Android 实现图片轮播的三种方法
  2. Android 手势滑动,多点触摸放大缩小图片
  3. android 图片压缩的方法
  4. Android有效解决加载大图片时内存溢出的问题
  5. Android 图片加载图片_OOM异常解决
  6. android实现服务器图片本地缓存
  7. Android SeekBar自定义使用图片和颜色显示
  8. RecyclerView item imageview 图片宽高自适应

随机推荐

  1. android解决无法设定listview的item高度(
  2. Android(安卓)yyyy-MM-dd'T'HH:mm:ss.SSS
  3. 手动root android 模拟器(emulator)详细
  4. Android(安卓)解决APN无权限问题
  5. Android(安卓)Developers 系列 01 - Intr
  6. Android(安卓)EditText禁止输入Emoji后设
  7. Android(安卓)GestureDetector方法详解
  8. android編譯內核模塊
  9. Android常用框架整理
  10. 锦囊篇|一文摸懂EventBus