Reputation: 51
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
Reputation: 91
if you just installed maybe you must restart yours eclipse on linux.
Upvotes: 8
Reputation: 42026
it remains disable only see the below image to create new Avd
click on CreateAVD done now
Upvotes: 3
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