Wednesday 15 June 2011

Android Emulator Creation

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:





  1. Go to "Virtual Devices"
  2. Click "New"
  3. 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.
If u want to start Emulator  Click on Start button .....->







Android Emulator

  



No comments:

Post a Comment

Android SQLite Database Viewer or Debuging with Stetho

Every Android Developer uses SQLite Database to store data into the Android Application data. But to view the data in SQLite have a lot of...