0

I downloaded latest Eclipse and Android SDK packages in full (including ARM System Image) and coupled them with ADT. But I couldn't create virtual machines. When I click "OK" it does not happen anything. Is there any reason behind this?

323go
  • 14,143
  • 6
  • 33
  • 41
Lakmal K
  • 35
  • 4
  • 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:25
  • This issue has been fixed in SDK 22.6.1 version – Lakmal K Mar 22 '14 at 15:36

3 Answers3

1

It's a bug in the latest SDK version, you need to access to the ADT manually

cd path_of_android/tools/

and then type

android avd
OWZY
  • 531
  • 7
  • 15
0

select android sdk manager from the window tab in eclipse, then once that is launched, open up tool from the top menu, then create your virtual device from there. I don't know why this works but I was able to create a virtual device using this workaround.

staphreak
  • 1
  • 1
0

Google has accepted this is an issue in SDK 22.6 and promised to fix it in 22.6.1 release.

Lakmal K
  • 35
  • 4