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?
Asked
Active
Viewed 423 times
0
-
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 Answers
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
-
Yes. It should work in that way. But due to some bug in the latest SDK, it won't work in that way. – Lakmal K Mar 14 '14 at 08:17
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