Android Studio not showing SDK Manager Option in t

2020-08-25 07:47发布

问题:

In Android Studio when I select the Tools Option, The SDK Manager Option is not shown.

Also, when I search for SDK Manager using the Search Option it shows the SDK Manager Option, but when i click on it nothing happens.

So, what should I do to install new packages from the SDK Manager.

回答1:

I have solved this as follows:

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

Command Groups Availability > Android and AVD Manager > check

Tool Bar Visibility > Android and AVD Manager > check


回答2:

Go to Menu bar click -> View button and Select -> Toolbar

Thats it.

Thanks



回答3:

check if android support is checked in pluggins



回答4:

I installed android studio 3.4 and even i could not see the sdk manager under tools. There are two ways to get to SDK manager:

  1. From the start screen of android studio (popup, where you select a blank project or any other existing project), there is a configure button at the bottom right of the popup. Click that and you would see the option for SDK Manager.
  2. From toolbar Android Studio -> Preferences -> Appearance & Behavior -> System Settings -> Android SDK ( or in preferences window search box type 'sdk' and you will goto this path directly).


回答5:

I am seeing this same problem and am not finding this solution works. Perhaps this solution solves some cases where the SDK Manager Option is not shown. But, I think there are others.

I strongly recommend avoiding Android Studio at this time. It's a beta project and as such ... not intended to work as expected.



回答6:

In the new version of Android Studio You can find the sdk manager option on the top right corner. just beside the search option.



标签: android