eclipse not showing Avd manager window and android project

AndroidEclipseAvd

Android Problem Overview


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?

Android Solutions


Solution 1 - Android

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.

Solution 2 - Android

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

Solution 3 - Android

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.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionvnshettyView Question on Stackoverflow
Solution 1 - AndroidHBNView Answer on Stackoverflow
Solution 2 - AndroidalexgView Answer on Stackoverflow
Solution 3 - AndroidChinmoyView Answer on Stackoverflow