21

当我打开 Android Studio 时,我收到一条通知说有更新可用:

The latest stable release of Android Studio is now available for download.

Android Studio Bumblebee | 2021.1.1 Patch 1 is a major new release and includes performance improvements, bug fixes and new features.

- Intellij 2021.1.1 Platform Update
- New Device Manager
- ADB over Wi-Fi
- Run Instrumented Tests in Android Studio using Gradle
- Android Gradle Plugin Upgrade Assistant now updates API usage
- Non-Transitive R classes on for new projects
- Apple Silicon Support Update
- Jank detection track in Profilers
- Profileable app profiling support in Studio Profilers
- Network Inspection and ability to capture Layout Inspector snapshots
- Support for Compose semantics in the Layout Inspector
- Interactive Preview
- Animated Vector Drawables Preview
- Updated Device picker for Design Tools

Important After updating, you need to restart Android Studio to apply any memory settings you migrate from an earlier version of the IDE.
Release Notes

但是,当我单击“下载”按钮时,它会打开一个网页以重新下载整个程序而不是更新它。这有点令人困惑,因为它是一个小更新。

4

4 回答 4

14

Google 已修复此问题(2022 年 2 月 10 日)。

您现在可以正常更新 Android Studio。

感谢大家帮助将这个问题提请 Google 关注。

于 2022-02-06T12:57:31.787 回答
4

问题已解决。您现在可以通过 IDE 进行更新,无需任何网页重定向或变通方法。 https://issuetracker.google.com/issues/217880228

于 2022-02-10T07:36:21.217 回答
2

下载并安装 JetBrains Toolbox。Android Studio 补丁更新将显示在工具箱列表中。通过这个更新。希望它有帮助。

于 2022-02-07T04:26:57.110 回答
0

正如 issuetracker ( 217880288 ) 中所写:

解决方法:仅手动删除“C:\Program Files\Android\Android Studio”文件夹,然后再次安装 AS。您的所有首选项都将恢复,因为它们保存在您的个人资料文件夹中。

这对我有用。但是,就我而言,我只重命名了旧的 Android Studio 文件夹,并将其保留几个版本,以防万一出现问题 - 但我还没有注意到任何问题。

PS:我将该文件夹读取为从防病毒软件中排除,即使我不记得这是否仍然有助于提高性能。

PPS:在我也尝试使用 JetBrains Toolbox 方式更新 AS 之前,它说它安装了补丁 - 但是之后我仍然收到消息并且它仍在使用旧的 gradle。

于 2022-02-08T06:52:31.940 回答