I installed android eclipse on a new machine. I am not able to create a new AVD. The new AVD does not show up after I enter all details to create a new AVD and click OK. For your reference I am attaching create Avd window and updated sdk window. Please help to fix this issue.
Asked
Active
Viewed 1,007 times
1
-
Its new Issue. http://stackoverflow.com/q/22215958/3330969 – Lucifer Mar 07 '14 at 12:46
-
1https://code.google.com/p/android/issues/detail?id=66661 – Lucifer Mar 07 '14 at 12:47
-
Thanks Kedaranath. I thought It was my mistake no configure eclipse on my machine. – viswanath Mar 07 '14 at 13:11
-
You welcome. Lots of users getting this issue. Lets hope to get it solved soon. – Lucifer Mar 07 '14 at 13:12
-
Yes,I am also waiting anyway thanks – viswanath Mar 07 '14 at 13:14
1 Answers
1
Per the issue you linked the wporkaround is:
Thanks for both details. I have enough details to solve the AVD Manager issue now. Note that the emulator not finishing booting is a different issue.
java.lang.NoClassDefFoundError: com/android/sdklib/repository/descriptors/IdDisplay
That means somehow the sdklib bundled with ADT doesn't match the one from Tools 22.6 (the SDK Manager is external but the AVD Manager is still bundled in ADT)
WORKAROUND: In Eclipse, open the SDK Manager (via toolbar or Window menu) > Tools > Manager AVDs. This will invoke the external version of the AVD Manager which will properly generate AVDs. Other workaround: use the command-line version (Shell or cmd.exe, cd SDK, "tools\android.bat avd").
I'll get a fix out ASAP.

Fred Grott
- 3,505
- 1
- 23
- 18
-
does not work when i open AVD Manager via eclipse but does work via cmd, thanks! – user1159819 Mar 13 '14 at 00:17