skip to Main Content

When I open Android Studio I receive a notification saying that an update is available:

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

However when I click on the Download button it opens a web page to re-download the whole program instead of updating it. It’s a bit confusing because it’s a minor update.

4

Answers


  1. Chosen as BEST ANSWER

    This issue was fixed by Google (10 February 2022).

    You can now update Android Studio normally.

    Thank you all for helping to bring this problem to Google's attention.


  2. Download and install JetBrains Toolbox. Android studio patch update will show in the toolbox list. Update through this. Hope its helpful.

    Login or Signup to reply.
  3. As written in the issuetracker (217880288):

    Workaround: delete manually only the "C:Program FilesAndroidAndroid Studio"-folder and then install AS again. All your preferences will be restored because they are saved in your profile folder.

    This worked for me.
    However I for my part only renamed the old Android Studio folder and will keep it for a few Versions just to be have it in case of problems – but I didn’t notice any problems yet.

    P.S.: I readded the folder as exclusion from Antivirus, even if I do not remember well if this is still helping performance.

    P.P.S.: Before I also tried the JetBrains Toolbox way to update AS, it said it installed the patch – however I still got the messages afterwards and it was still using old gradle.

    Login or Signup to reply.
  4. The problem was fixed.
    You can now update through the IDE without any webpage redirects or workarounds.
    https://issuetracker.google.com/issues/217880228

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search