Tuesday, August 4, 2009

How to create Android Virtual Device (AVD) in Eclipse

Updated@2013-01-02: Create Android Emulator AVD using Android Virtual Device Manager.


Android Virtual Device (AVD), can be created inside Eclipse, such that you needn't remember the syntax of the command "android create avd..." in command mode.

Click Run > Run Configurations... from Android Top Menu.


Select Target tape, click AVD Manager.

Your existing Android Virtual Devices will be listed.
To create a new AVD, enter the name, select Target and Skin, click Create AVD.

OK, your new AVD created.

Select the new AVD, click Apply and Run.

Select the expected AVD to be launched for your application.


You can check on the top of your Emulator, the new AVD is selected to be launched.

No comments: