Mikko P
Mikko P

Reputation: 51

Creating new AVD

I'm using Ubuntu Lucid Lynx. I've downloaded and unpacked the SDK and now I need to create an AVD. When I launch Android SDK and AVD Manager, I click Virtual devices and then New. I can't select the target, resolution (from the Built-in list) or CPU/ABI. The dropdown menus are disabled.

What should I do? I can't create new AVD.

Upvotes: 5

Views: 7954

Answers (3)

user1825425
user1825425

Reputation: 91

if you just installed maybe you must restart yours eclipse on linux.

Upvotes: 8

it remains disable only see the below image to create new Avd enter image description here

click on CreateAVD done now

Upvotes: 3

user658042
user658042

Reputation:

Did you install some android platforms? Go to the AVD manager -> Available Packages -> Android Repository and download one or more. Also make sure that your SDK path is set if you are using eclipse to start the manager. Go to Window -> Preferences -> Android and set the path. If done correctly, you should get a list of possible targets below the path input field.

Upvotes: 5

Related Questions