其他分享
首页 > 其他分享> > 如何在不安装Android Studio的情况下安装GUI android SDK管理器

如何在不安装Android Studio的情况下安装GUI android SDK管理器

作者:互联网

请注意,此问题Is GUI for Android SDK manager gone?已使用过去正确的解决方案得到解答,但不再解决问题.

在过去,我已经运行了Intelij Idea来开发Android项目,并且GUI SDK管理器可用.回到Android开发我现在发现https://developer.android.com/studio/index.html只提供一个命令行独立的SDK管理器.

如何安装GUI SDK管理器?我正在考虑安装Android Studio以获得它,然后可能卸载Android Studio并保留SDK管理器.我怀疑AVD可能会遇到同样的问题.

特别是其他地方提供的解

>没有… / tools / android
> … / tools / android.bat仅提供命令行选项
> … / tools / bin / sdkmanager.bat仅提供命令行选项

解决方法:

现在看来GUI已经完全消失了.从SDK v26开始,SDK Manager GUI只能通过Android Studio访问. Visual Studio上的SDK Manager按钮变得无法响应.现在我们可能只需安装Android Studio来管理和更新SDK和仿真器

谷歌是另一个推广自己的IDE的可怕行为.

更新:

官方Xamarin SDK Manager现在可用于Visual Studio 2017及更高版本.它可以从Visual Studio Installer中的“跨平台移动”工作负载下安装.它取代了Google的独立SDK Manager(在Android SDK Tools软件包的25.2.3版中已弃用).要在Visual Studio中启动SDK Manager,请单击工具> Android> Android SDK Manager

For VS2015 and older, we recommend downgrading SDK Tools to 25 and using the old Google Emulator manager GUI. SDK tools 25 can still be used alongside API 26, 27, and newer, and won’t impact development for new platforms. This will give you an interface for managing your Android SDK for older versions of VS.

标签:android,android-sdk-manager
来源: https://codeday.me/bug/20190928/1827105.html