The Android SDK includes a mobile device emulator — a virtual device that runs on your computer. The emulator lets you prototype, develop, and test Android applications without using a physical device.
Steps to Create a Emulator in Eclipse IDE:
Steps to Create a Emulator in Eclipse IDE:
- Go to "Virtual Devices"
- Click "New"
- You get prompted with an setup screen. Do as follows:
- In "Name", enter your desired name for the emulator device.
- In "Target", select Gingerbread, that's what this is all about.
- In "SD Card", choose file, than enter 200. That's the amount I always use.
- In "Skin", HVGA is just fine.
- Now you must enter a whole lot of options, like it has a D-Pad for example. This is the way to customize your device and there aren't any strict rules for this. Just configure it as you like.
- When you're done, click "Create AVD"
- your virtual Android device has been configured.
No comments:
Post a Comment