문제

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