0

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

S.N
  • 4,910
  • 5
  • 31
  • 51
  • It is not clear what your issue is. – Booger Mar 18 '14 at 14:11
  • Have you got 2 gigs of free space on the relevant drive? On Windows ACDs are usually stored in `c:\users\username\.android\avd` Try setting a smaller amount of internal and sd card storage. – Ken Wolf Mar 18 '14 at 14:12
  • @KenWolf, If i get it correct, I have more than 2 GB in my C drive where I install eclipse. This is the only drive available in my machine. – S.N Mar 18 '14 at 14:31

3 Answers3

1

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.

NickT
  • 23,844
  • 11
  • 78
  • 121
  • I downloaded latest version of ADT. However, I am not sure how to check the version since it is been integrated with eclipse in my case. – S.N Mar 18 '14 at 14:29
  • In Eclipse, Click Help, the Install New Software, then click the link for 'What is already installed'. That shows you version numbers for everything there. – NickT Mar 18 '14 at 14:35
  • Thanks for that. The Android Development Tools 22.6.0.v201403010043-1049357, Eclipse is on 4.3.0, Sclipse SDK on 2.0.2.201xxxx. Can you advise me a working version of ADT. Sorry i am in process of getting my first HelloWorld out. – S.N Mar 18 '14 at 14:40
  • 22.3 works. If you read all the answers to this question http://stackoverflow.com/questions/22190076/cannot-create-or-edit-android-virtual-devices-avd-from-eclipse-adt-22-6 You will find out how to uninstall 22.6 and install 22.3 – NickT Mar 18 '14 at 14:48
0

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

David Hirst
  • 1,890
  • 2
  • 22
  • 31
0

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.

velis
  • 8,747
  • 4
  • 44
  • 64
  • @Veils, Can you advise me on how to run AVD manager as a standalone .exe – S.N Mar 18 '14 at 14:28
  • It's in the SDK directory, where you installed it. If you can't remember, start it from eclipse and then right click on it in task manager / open file location. – velis Mar 19 '14 at 14:59