Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't find AVD or SDK manager in Eclipse

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.

like image 425
Ishtiaque Khan Avatar asked Aug 19 '12 18:08

Ishtiaque Khan


People also ask

How do I fix the SDK emulator directory is missing?

Quick fix: Go to the Tools –> SDK manager –> SDK tools. Deselect Hide obsolete packages option on the right bottom and further install Android SDK Tools(obsolete). A new folder named Tools is now generated in the SDK directory.

How do I find an AVD Manager?

The AVD Manager is a tool you can use to create and manage Android virtual devices (AVDs), which define device configurations for the Android Emulator. To launch the AVD Manager: In Android Studio, select Tools > Android > AVD Manager, or click the AVD Manager icon in the toolbar.

How do I download SDK manager for Eclipse?

The Android SDK separates tools, platforms, and other components into packages you can download using the SDK Manager. You can launch the SDK Manager in one of the following ways: From Eclipse (with ADT), select Window > Android SDK Manager.


1 Answers

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

like image 86
joseluismms Avatar answered Oct 06 '22 01:10

joseluismms