kumar
kumar

Reputation: 271

not showing Android And AVD manager in eclipse

i have installed Andorid SDK...i installed Android Plugin also..but eclipse not showing Android And AVD manager and it is also not showing ANDROID in windows->preferences also...help me out..

Upvotes: 27

Views: 27517

Answers (9)

Zach
Zach

Reputation: 1

Using Eclipse Neon, click on window--> customize perspective. then click on the "Action Set Availability Tab" now you should be able to check "Android SDK and AVD Manager"

Upvotes: 0

prashant dadmode
prashant dadmode

Reputation: 21

I tried all the above but only

Help --> Install New Software

then use this link adt - http://dl-ssl.google.com/android/eclipse/

which worked for me .

Now avd is showing up and I can add devices.

Upvotes: 1

If under linux make sure you install sdk & avd with root rights or "Android" wont show under command group availability tab !

Upvotes: 2

bsuhil
bsuhil

Reputation: 161

Select the Window->Customize Perspective->

In the options the Android SDK and AVD will be disabled. You cannot enable them directly from this tab.

Go to the Command Groups Availablility Tab and Select Android SDK and AVD Manager.

Upvotes: 16

Gideon Mwangi
Gideon Mwangi

Reputation: 141

Click on Window > Customize perspective > Command Groups Availability tab. Check the "Android SDK and AVD Manager" option and hit the OK button

I have used it and it works fine with any eclipse version. #user1450537

Upvotes: 3

alokj03
alokj03

Reputation: 56

I had the same problem. Use java perspective. Window -> open perspective -> other.. Select Java.

Upvotes: 3

AndroidGuy
AndroidGuy

Reputation: 3451

This problem also occurs when in the Java EE perspective. Open the Java perspective and the menu items should appear.

Upvotes: 3

sam macharia
sam macharia

Reputation: 831

I know by now you must have figured it out on your eclipse menu bar go to

  1. window
  2. customize perspective
  3. command group availability tab
  4. on the check box android SDK and AVD manager check it
  5. click on ok

That should work.

Upvotes: 83

Nikhil
Nikhil

Reputation: 16196

Help --> Install New Software then

add this link adt - http://dl-ssl.google.com/android/eclipse/


Please check this link also

Upvotes: 7

Related Questions