質問

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

役に立ちましたか?

解決

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.

他のヒント

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top