Reputation: 271
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
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
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
Reputation: 191
If under linux make sure you install sdk & avd with root rights or "Android" wont show under command group availability tab !
Upvotes: 2
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
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
Reputation: 56
I had the same problem. Use java perspective. Window -> open perspective -> other.. Select Java.
Upvotes: 3
Reputation: 3451
This problem also occurs when in the Java EE perspective. Open the Java perspective and the menu items should appear.
Upvotes: 3
Reputation: 831
I know by now you must have figured it out on your eclipse menu bar go to
That should work.
Upvotes: 83
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