KingoC
KingoC

Reputation: 167

How to create AVD in eclipse?

I have a problem in creating a new android virtual device in eclipse (Eclipse Java EE).

the first problem is i cannot find the "AVD manager" button when i click in "Window" in eclipse.

"Window"

i tried to access to the AVD manager by opening monitor.bat in tools folder and the second problem was that when i fill the AVD window i see that OK Button is unavailable.

Screenshot show the AVD manager button

thanks in advance :)

Upvotes: 0

Views: 1177

Answers (1)

Mikalai Daronin
Mikalai Daronin

Reputation: 8716

You need to open "SDK Manager" and install an emulator image ("Android 4.4 Intel Atom x86 System Image" or something like that). "CPU/ABI" is a required field when you're creating a new emulator. You haven't chosen one (and probably you haven't installed one) - that's why OK button is disabled.

SDK Manager

Upvotes: 1

Related Questions