S.N
S.N

Reputation: 5140

Android Virtual Device Issue

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

Upvotes: 0

Views: 65

Answers (3)

NickT
NickT

Reputation: 23873

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.

Upvotes: 1

velis
velis

Reputation: 10025

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.

Upvotes: 0

David Hirst
David Hirst

Reputation: 2002

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

Upvotes: 0

Related Questions