Can't find AVD or SDK manager in Eclipse

后端 未结 8 1020
面向向阳花
面向向阳花 2020-12-02 08:04

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

相关标签:
8条回答
  • 2020-12-02 08:18

    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

    0 讨论(0)
  • 2020-12-02 08:27

    Unfortunately I ended up having to re-install eclipse. but first (In Linux)(not sure of folder in Windows) do:

    sudo rm -R /usr/share/eclipse/
    
    0 讨论(0)
  • 2020-12-02 08:30

    Window -> Custom Perspective -> Command Groups Availability -> Android SDK and AVD Manager check it

    0 讨论(0)
  • 2020-12-02 08:31

    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.

    0 讨论(0)
  • 2020-12-02 08:33

    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.

    0 讨论(0)
  • 2020-12-02 08:34

    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
    0 讨论(0)
提交回复
热议问题