vnshetty
vnshetty

Reputation: 20132

eclipse not showing Avd manager window and android project

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

Answers (3)

Chinmoy
Chinmoy

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

alexg
alexg

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

HBN
HBN

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

Related Questions