0

I am new comer in android developement . I install android sdk in eclipse and just run hello world application. Then Im getting a warning to install avd. How to install avd in eclipse?
Thanks.

rejo
  • 3,352
  • 5
  • 27
  • 34

2 Answers2

8

Please Do following stesps in your Eclipse

  • Go to Windows Menu and Select "Android SDK and AVD Manager" Option
  • From the right-top corner select "New" Command Button.

  • It will open a new dialogbox like below. enter image description here

  • Give the proper values as shown in Image and done.

Lucifer
  • 29,392
  • 25
  • 90
  • 143
  • Thanks! Stupid me, CPU/ABI is blank by default by me, so it said it couldn't create a CPU... +1 – 11684 Jun 15 '12 at 14:13
  • @11684 My CPU/ABI list is completely blank. I have no options to select. Do you have any suggestions for me? I did ask here: http://stackoverflow.com/questions/14003009/android-virtual-device-manager-cannot-create-avd#comment19550302_14003009 – dragonridingsorceress Jan 03 '13 at 02:34
2

In eclipse::

Windows -> AVD Manager -> New.

Specify Device Name, Select a target

Specify some size for SD Card. e.g. 128 MB

Harpreet
  • 2,990
  • 3
  • 38
  • 52