76

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?

alexg
  • 3,015
  • 3
  • 23
  • 36
vnshetty
  • 20,051
  • 23
  • 64
  • 102

3 Answers3

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
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
  • 2
    Thanks 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