I just installed updated adt-bundle for development but the problem is that when I go to create a new AVD, the OK button will not be enabled. What is the problem? Why OK button stays disable? What packages should be installed in SDK manager.
Asked
Active
Viewed 151 times
-1
-
Did you fill all the **required** fields properly? Can you pleas avoid **CUBITAL BOLD** characters? Tank you. – Phantômaxx Aug 26 '14 at 07:52
-
http://stackoverflow.com/questions/7292624/creating-new-avd?rq=1 – MysticMagicϡ Aug 26 '14 at 07:55
-
upload your screeshot – Deniz Aug 26 '14 at 07:57
-
possible duplicate of [Unable to create Android Virtual Device](http://stackoverflow.com/questions/13488419/unable-to-create-android-virtual-device) – HpTerm Aug 26 '14 at 13:51
-
1Please consider accepting the helpful answer below, as per tripleee's reminder on that question. To accept an answer, click the adjacent tick symbol so that it turns green. This is how we reward helpers here on _Stack Overflow_. Downvoted, with regrets. – halfer Dec 14 '15 at 08:38
1 Answers
0
While creating new AVD you have to fill all compulsory fields with appropriate values.If you entered or selected wrong configuration then it will display error at left side.so make sure that no error is present.. Ok button enable only when all configuration are correct
@bhakti here from snapshot it seems CPU/ABI fiels shows No system images installed for this target(API 20),it means that you don't have installed system images for corresponding target.
Android SDK Manager check that you have installed "ARM EABI v7a System Image" (for Android version which you have selected and on you have to install a system image to be able to run a virtual device).
At last you have to restart your eclipse to see installed system images.

vijay
- 123
- 1
- 3
- 15
-
-
1you dont have any system image installed,install it from sdk manager – Piyush Kukadiya Aug 26 '14 at 08:39
-
-
1
-
Check my answer here http://stackoverflow.com/questions/13488419/unable-to-create-android-virtual-device/13488547#13488547 as PiyushKukadiya and vijay said you are missing the corresponding system image. – HpTerm Aug 26 '14 at 13:48
-
@vijay you should edit your answer explaining system images are missing. Then the OP should validate your answer as the accepted one. – HpTerm Aug 26 '14 at 13:49