not showing Android And AVD manager in eclipse
i have installed Andorid SDK...i installed Android Plugin als开发者_Python百科o..but eclipse not showing Android And AVD manager and it is also not showing ANDROID in windows->preferences also...help me out..
I know by 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.
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.
Help --> Install New Software then
add this link adt - http://dl-ssl.google.com/android/eclipse/
Please check this link also
This problem also occurs when in the Java EE perspective. Open the Java perspective and the menu items should appear.
I had the same problem. Use java perspective. Window -> open perspective -> other.. Select Java.
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
If under linux make sure you install sdk & avd with root rights or "Android" wont show under command group availability tab !
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.
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"
精彩评论