This appears to be a bug reported with ADT 22.6. Additional information in this post:
Unable to create or edit Android virtual devices (AVD) from Eclipse, ADT 22.6
I really was able to reproduce the same problem inside my environment. As a workaround, I was able to open the AVD manager outside of Eclipse using the following command in the terminal:
android-sdk-location/tools/android avd
After opening the AVD manager outside of eclipse, it allows me to create the device successfully. Please note that after creating the device, you will have to restart Eclipse so that it appears in the list of used devices.
Please look at this similar entry for some additional suggestions if necessary:
AVD Manager - Cannot Create Android Virtual Device
EDIT: upgrade to the latest AVD manager and this problem should go away
Joshua Alger Mar 06 '14 at 1:37 2014-03-06 01:37
source share