Question

I have been trying to create a new virtual device to test my first app using eclipse and android sdk. I did follow what is mentioned in the android sdk api documentation to create a new virtual emulator.

Issue: Clicking OK button does nothing other than staying as is ( Configuration Image)

Can someone advise on this ?

Configuration

package and image

Was it helpful?

Solution

If you are using ADT 22.6, then it's a known issue. You can create the AVD by running the AVD Manager outside Eclipse.

OTHER TIPS

Are you trying to run the AVD? If so you just need to go to the following, highlight it and then click start.

From the menu Window -> Android Virtual Device Manager

enter image description here

I've just had this same issue a few days ago. Most of the answers around deal with the issue of grayed-out OK button, but that's not the case here.

Anyway, for me, the solution was to restart Eclipse / AVD manager. As simple as that.

However, that may not work right away. In this case you need to run AVD manager as a standalone .exe from Explorer, not from Eclipse.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top