Android Studio 未在“工具”菜单中显示 SDK 管理器选项

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/24948652/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-20 08:57:24  来源:igfitidea点击:

Android Studio not showing SDK Manager Option in the Tools Menu

android

提问by peternovaic

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

在 Android Studio 中,当我选择工具选项时,未显示 SDK 管理器选项。

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.

此外,当我使用搜索选项搜索 SDK 管理器时,它会显示 SDK 管理器选项,但是当我点击它时什么也没有发生。

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

那么,我应该怎么做才能从 SDK Manager 安装新软件包。

采纳答案by Bhanu Sharma

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

回答by Shanmugasundharam

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

转到菜单栏单击 -> 查看按钮并选择 -> 工具栏

Thats it.

就是这样。

Thanks

谢谢

回答by Aby

check if android support is checked in pluggins

检查是否在插件中检查了 android 支持

回答by KBJ

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:

我安装了 android studio 3.4,甚至在工具下也看不到 sdk 管理器。有两种方法可以进入 SDK 管理器:

  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).
  1. 从 android studio 的开始屏幕(弹出窗口,您可以在其中选择一个空白项目或任何其他现有项目),在弹出窗口的右下方有一个配置按钮。单击它,您将看到 SDK 管理器的选项。
  2. 从工具栏 Android Studio -> Preferences -> Appearance & Behavior -> System Settings -> Android SDK(或在首选项窗口搜索框中输入“sdk”,您将直接转到此路径)。

回答by Bhanu Sharma

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.

我看到了同样的问题,但没有找到这个解决方案。也许这个解决方案解决了一些没有显示 SDK Manager Option 的情况。但是,我认为还有其他人。

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

我强烈建议此时避免使用 Android Studio。这是一个测试版项目,因此......不打算按预期工作。

回答by zim

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 Studio 中,您可以在右上角找到 sdk 管理器选项。就在搜索选项旁边。