0

I'm not able to create a new AVD. After entering the information in the controls and clicking OK does nothing. The dialog just sits there, no error messages no nothing.

I am using latest eclipse 64 bits for java developers (kepler, downloaded today), installed ADT plugin manually (following instructions developer.google.com):

The create new AVD screen: enter image description here

The SDK setup: enter image description here

Any help will be greatly appreciated. I'm using JDK 1.7 (minor version is 40 I think).

kmansoor
  • 4,265
  • 9
  • 52
  • 95
  • @Raghunandan That was it, found the workaround too on that page: WORKAROUND: In Eclipse, open the SDK Manager (via toolbar or Window menu) > Tools > Manager AVDs. This will invoke the external version of the AVD Manager which will properly generate AVDs. Other workaround: use the command-line version (Shell or cmd.exe, cd SDK, "tools\android.bat avd"). – kmansoor Mar 08 '14 at 19:44
  • @Raghunandan If you change your comment to answer, I'll accept it. Thank you. – kmansoor Mar 08 '14 at 19:52
  • added both as an answer – Raghunandan Mar 08 '14 at 19:58
  • possible duplicate of [Cannot create or edit Android Virtual Devices (AVD) from Eclipse, ADT 22.6](http://stackoverflow.com/questions/22190076/cannot-create-or-edit-android-virtual-devices-avd-from-eclipse-adt-22-6) – mike47 Mar 19 '14 at 07:26

2 Answers2

0

First of all, I would install all the Build-Tools packages, that could be the problem. Also, it may take a while, I would wait a few minutes.

ElectronicGeek
  • 3,312
  • 2
  • 23
  • 35
0

This seems to be bug as of adt rev 22. It is reported and should be fixed in the next update.

Quoting Project Member

The case of the AVD creation/repair failing when launched from Eclipse will be fixed in ADT 22.6.1.

More info @

https://code.google.com/p/android/issues/detail?id=66661

Quoting Project Member

WORKAROUND:

In Eclipse, open the SDK Manager (via toolbar or Window menu) > Tools > Manager AVDs.

This will invoke the external version of the AVD Manager which will properly generate AVDs. Other workaround: use the command-line version (Shell or cmd.exe, cd SDK, "tools\android.bat avd").

Raghunandan
  • 132,755
  • 26
  • 225
  • 256