I'm using Windows 7 and Eclipse luna. 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?
-
answer: now you must have figured it out on your eclipse menu bar go to window customize perspective command group availability tab on the check box android SDK and AVD manager check it click on ok That should work. – Er. surya prakash chamoli Feb 06 '15 at 06:24
-
did you added sdk manager path? eclipse>windows>preferences>android>sdk location – Pr38y Feb 06 '15 at 06:32
3 Answers
Try restarting your computer unit, since you installed a new program, maybe Eclipse isn't yet recognizing the Android SDK and AVD Manager. Let me know if this helped at all.

- 101
- 7
-
Thank you @lea for responce i got answer: now you must have figured it out on your eclipse menu bar go to window customize perspective command group availability tab on the check box android SDK and AVD manager check it click on ok . – Er. surya prakash chamoli Feb 10 '15 at 09:25
It may be possible I suggest you first uninstall eclipse completely from your system now fallow thes steps:
1) install jdk1.7
2)set path of it in environment option of my computer property
3)type-> javac on command line
4)now install eclipse Zono in your system
5)during presses you create workspace
6)now you see eclipse home page
7) Select windows option from menu
8)choose prefrence option than choose android option
9)select path of your android sdk .press ok.
10) select windows->select vertuial device manager ->create AVD ->start

- 29
- 5
If u have configured the SDK correctly, try clearing eclipse cache.
Following link may be helpful.

- 1
- 1

- 383
- 3
- 3