Setting Up Android Emulator (Eclipse)

To test android programm its necessary to run it on android device or on Android Virtual Device (AVD) called emulator.

Follow these steps to create AVD.

Step 1:Click the icon on the Eclipse toolbar

create-android-avd-from-toolbar

Or click on “Window” menu and then “AVD Manager”

 

Step 2:This window shows all available AVDs, To create new AVD click on “New” button.

create-android-avd-step2

Step 3:Enter AVD Name (any name).

In “Targget” field select android platform that you required in development.

Leave “SD Card” field blank (Fill it if you want to use SD Card).

Check this link for advance settings to use SD card Setting-Up-Emulator-Advance-Features.

Leave selected “Built-in” for “Skin”.

Check this link for advance settings to use “Hardware” Setting-Up-Emulator-Advance-Features

create-android-avd-step3

Step 4:Finally click on “Create AVD” button.

create-android-avd-step4

Your AVD is ready to use, Select AVD (Emulator) and click on “Start” button to test it.

create-android-emulator-run-emulator-05

Click on “Launch” button.

create-android-avd-run-avd-05

Now explorer the android emulator (AVD).

For more advance aoptions to create emulator (AVD) check this link Setting-Up-Emulator-Advance-Features.

Gud BYe!

Leave a comment

Your email address will not be published. Required fields are marked *