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

How to new an emulator for Android?

2011-06-17 17:54 531 查看
How to new an emulator for Android?

 

An emulator is a device that is used to simulate mobile device. All Android applications you develop can run on Android platform and be shown on emulator.

 

To create a new emulator, refer to the following steps:

Start Eclipse, select Window --> Android SDK and AVD Manager

Select Virtual Devices, and then Click New button.


Fill the proper Name, eg. My_AVD. and select the appropriate Android target, eg. Android 3.1- API Level 12. Other items is default. Click Create AVD button.



 

Then the AVD just created will be shown in the Virtual Devices list. Now you have created a new AVD, you can start it either auto or manual.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  android eclipse mobile api