Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't see Android SDK Manager option after Installation; Run as Administrator Doesn't Solve

I've seen several solutions to this, but none have yet worked.

I have tried opening Eclipse using "Run as Administrator". I can go under "Window" and "Preferences" and "Android" and verify navigation to the Android SDK. I have verified that the file is in that location. I have re-installed, restarted, and rebooted, multiple times. I have also tried updating Eclipse.

I simply cannot see the option for "Android SDK Manager" under "Window".

I'm new to both Eclipse and Android development, and trying to get the IDE set up for the first time.

I am concerned that a previous mistaken install of Eclipse for C/C++ is the cause.

like image 771
user1904965 Avatar asked Dec 14 '12 19:12

user1904965


People also ask

How do I get to Android SDK Manager?

To open the SDK Manager from Android Studio, click Tools > SDK Manager or click SDK Manager in the toolbar. If you're not using Android Studio, you can download tools using the sdkmanager command-line tool.

How do I fix Android SDK not found?

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. (C:\Users\..

Where is my SDK Manager located?

Press the Android Studio menu in the toolbar and search for “Android SDK” or navigate there via Appearance & Behavior, System Settings, Android SDK. The location of the folder is located in the text box near the top that says “Android SDK Location”.


2 Answers

I think perspective has been changed by you.

Go to Windows -> Open Perspective->Other and Select "Java(Default)" and click OK.

like image 51
Satheesh Kumar Avatar answered Nov 09 '22 08:11

Satheesh Kumar


I have solved this following:

Window > Custom Perspective (you will see Android and AVD Manager were disable)

Command Groups Availability > Android and AVD Manager > check

Tool Bar Visibility > Android and AVD Manager > check

like image 33
Asteriskiiii Avatar answered Nov 09 '22 10:11

Asteriskiiii