articles

Home / DeveloperSection / Articles / How to create an Emulator in Android

How to create an Emulator in Android

Manoj Pandey3048 17-Apr-2015

An Android Virtual Device (AVD) is an emulator configuration that lets you model an actual device by defining hardware and software options to be emulated by the Android Emulator.

The Android SDK includes a virtual mobile device emulator that runs on your computer. The emulator lets you prototype, develop and test Android applications without using a physical device.

In emulator you can check your UI(User Interface), functionality but many applications not supported by emulator. For example GPS, Phone Calling etc.

Use below steps to create an emulator in eclipse

1.      Go to the Window menu and choose Android Virtual Device Manager

 How to create an Emulator in Android

2.      If you are beginner user or first android application  user then create a new avd from click in New  button

How to create an Emulator in Android

3.      Now fill all requirement and click Ok button.

How to create an Emulator in Android

4.    Choose your device name and launch your emulator.

 How to create an Emulator in Android


Updated 04-Mar-2020

Leave Comment

Comments

Liked By