I'm using Windows 7 and Eclipse Helios. I installed all packages successfully and I could run avd
on the command line, but Eclipse was not showing the AVD Manager window and my android project. Why?
Asked
Active
Viewed 6.4k times
76
3 Answers
223
I know its a bit late answer but for future generations - this is how its done: Click on Window > Customize perspective > Command Groups Availability tab. Check the "Android SDK and AVD Manager" option and hit the OK button.

HBN
- 2,246
- 1
- 15
- 5
-
1Mine just randomly disappeared on me. Thanks for this! – derpface May 30 '14 at 21:34
10
Before doing what user1450537 said, check to see if you're in the Java perspective. I was in the PHP perspective and couldn't find it! duh

alexg
- 3,015
- 3
- 23
- 36
-
2Thanks alexg. I had the "Java EE" tab selected. I changed to "Java" and now it works. Thanks for the idea. – Ton Feb 09 '14 at 12:55
1
This is for new eclipse Neon:
Window ->Perspective -> Customize perspective -> Action Set Availability then Check the "Android SDK and AVD Manager" option and hit the OK button.

Chinmoy
- 1,391
- 13
- 14