Can't find AVD or SDK manager in Eclipse

133,154

Solution 1

I have solved this as follows:

  1. Window > Customize Perspective... (you will see Android and AVD Manager are disabled)

  2. Command Groups Availability > Android and AVD Manager > check

  3. Tool Bar Visibility > Android and AVD Manager > check

Solution 2

I had similar problem after updating SDK from r20 to r21, but all I missed was the SDK/AVD Manager and running into this post while searching for the answer.

I managed to solve it by going to Window -> Customize Perspective, and under Command Groups Availability tab check the Android SDK and AVD Manager (not sure why it became unchecked because it was there before). I'm using Mac by the way, in case the menu option looks different.

Solution 3

Well I feel silly, but my problem was that I was in the Debug perspective and they do not show up in that perspective. Switched back to the Java perspective and viola.

Solution 4

Chances are that you may be running your eclipse using Java 1.5.

Latest Plugin requires that the JRE be 1.6 or higher. 

You will have to use Eclipse that runs on JRE 1.6

Edit: I had run into same problems. If it is not JRE problem then you can debug this. Follow below procedure:

  1. Window -> show View -> other -> Plugin Development -> Plugin Registry
  2. In the plugin registry search for com.android.ide.eclipse.adt or any other plugin related to android (depending on your installation there maybe 7-8)
  3. Select , Right Click -> Diagnose. This will show the problem why the plugin was not loaded
Share:
133,154
Ishtiaque Khan
Author by

Ishtiaque Khan

Updated on July 18, 2022

Comments

  • Ishtiaque Khan
    Ishtiaque Khan almost 2 years

    Seems like I'm having some problems after updating my android sdk tools and platform-tools using the sdk manager. The problem is that, after updating, I found that the avd or sdk options in the windows dropdown menu in eclipse are gone! And, I can't find any option to create an android project from file->new projects any more.

    I tried removing the ADT from eclipse and the software site "https://dl-ssl.google.com/android/eclipse/" from "available software sites" and then reinstalled the ADT from "https://dl-ssl.google.com/android/eclipse/" using help->install new software. The installation was successful, but I still don't have any option for shortcuts to the SDK manager or the AVD in eclipse, and neither can I create a new android project.

    By the way, the android perspectives are not gone, they are still here. Also, I can manually open the avd and sdk manager from the directory where I have installed them.

    Can anyone please show me a workaround? Any help would be greatly appreciated.

  • Ishtiaque Khan
    Ishtiaque Khan almost 12 years
    You're right! high chances are there i'm using the wrong eclipse package. i'll try downloading the right one. Can you please give me the name of the right package, or a link maybe ?
  • Ishtiaque Khan
    Ishtiaque Khan almost 12 years
    can't find plugin development here's the snap: link
  • nandeesh
    nandeesh almost 12 years
    you have a minimal installation of eclipse. I guess downloading new eclipse would be better.
  • PapaFreud
    PapaFreud over 11 years
    Yes, this worked for me too. Eclipse crashed, and then the Window > Android SDK Manager menu was gone, this brings it back.
  • Matt
    Matt over 11 years
    Awesome! It was the perfect fix for me. This post also put me in the spot to find out that I could customize my toolbar and take out all the options that I have never used.
  • Durrat
    Durrat over 11 years
    yeah...it worked...i didnt knew til today we can customize eclipse toolbar....thnx...
  • Jadeye
    Jadeye over 10 years
    @joseluismms, Its: Window > Customize Perspective...fix it :-)
  • Kiddo
    Kiddo about 10 years
    When I create new workspace, the android options was gone. Thanks for your answer, help me a lot.
  • spacemonkey
    spacemonkey almost 10 years
    Shameful that such a core functionality should be disabled by default -_-
  • selwyn
    selwyn almost 10 years
    I installed a Windows 64 bit version from scratch, and this setting is not set. Thanks for the help. I had tried re-installing a number of times.
  • Vincent Thacker
    Vincent Thacker almost 10 years
    I have this problem and you helped me. Thanks!
  • OKGimmeMoney
    OKGimmeMoney almost 10 years
    i had to also go to the shorcuts tab >> check "android" in the shortcuts menu
  • Soph
    Soph over 9 years
    Excellent tip! Thanks
  • mike.tihonchik
    mike.tihonchik almost 9 years
    This was hidden by default in Eclipse on OSX, so very helpful