Reputation: 20132
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?
Upvotes: 76
Views: 63909
Reputation: 1446
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.
Upvotes: 1
Reputation: 3045
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
Upvotes: 10
Reputation: 2246
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.
Upvotes: 223