0

I am new to android development and I am having problem creating a new AVD. I am using Ubuntu 14.04 running on Intel® Core™ i5-4670 CPU @ 3.40GHz × 4, with 64 bit OS.

I have already looked at the discussion here, but it didnt help me.

I also successfully installed KVM as given in the intel website. But I didn't find any CPU/ABI system image while creating a new AVD as shown below :

AVD Dialog

UPDATE : This is how my Android SDK manager looks like :

Android SDK Manager

I don't know what I am missing. Kindly help.

Community
  • 1
  • 1
Swaroop
  • 1,219
  • 3
  • 16
  • 32
  • have u downloaded system images via sdk manager? – Hirak Chhatbar Nov 07 '14 at 04:36
  • @HirakChhatbar I have updated the question with an image of the SDK Manager, it does not seem give any option to download the system images, or am I overlooking at something? – Swaroop Nov 07 '14 at 04:46
  • U can connect to internet, and refresh SDK manager! – T D Nguyen Nov 07 '14 at 04:48
  • Instead of using the eclipse provided with the ADT bundle you should download fresh eclipse (min Juno) from https://www.eclipse.org/downloads/ and then install the android plugin in it. This will solve your AVD problem. – Tushski Nov 07 '14 at 04:48
  • where are other apis? o_O . Try Tools ----> Options ----> Clear Cache and then Packages-----> Reload in ur sdk manager – Hirak Chhatbar Nov 07 '14 at 04:49
  • @user2330675 I just did that but the result is same :( – Swaroop Nov 07 '14 at 10:44

2 Answers2

3

The issue was that I was unable to connect to internet from SDK manager as my system is configured to use a proxy. Unlike most softwares which automatically show a dialog that asks for username and password, the android SDK manager didn't automatically ask for any username and password.

In the Android SDK Manager, click on tools > options...

then enter the details in the following dialog and click on close enter image description here

Thats it !!! Now I am able to update and download as anyone would do from the Android SDK manager.

Swaroop
  • 1,219
  • 3
  • 16
  • 32
0

in your second image you posted, you would get options under many api levels for System image, download any one of them as per your need and than try to make an avd

Pankaj Nimgade
  • 4,529
  • 3
  • 20
  • 30
  • 1
    how do I get to see all those options? Currently I am able to see the options as shown above in my second image. – Swaroop Nov 07 '14 at 07:28
  • click on Package-> show updates and new packages. if you still don't see anything you are not able to load any of the android API, try getting a new SDK. – Pankaj Nimgade Nov 07 '14 at 08:33
  • Your SDK manager did not load completely as this image shows, you should check add on sites in the tab – Pankaj Nimgade Nov 11 '14 at 11:37