Android Studio and Release Channels

When you install Android Studio for the first time, your installation will be set up to get updates on the “stable” release channel. Here, a “release channel” is a specific set of possible upgrades. The “stable” release channel means that you are getting full production-ready updates. Android Studio will check for updates when launched, and you can manually check for updates via the main menu (e.g., Help > Check for Update… on Windows and Linux).

If an update is available, you will be presented with a dialog box showing you details of the update, allowing you to view release notes, and encouraging you to apply the update. If you choose the latter, the dialog downloads the update and restarts the IDE, applying the update along the way.

To control which channel’s worth of updates you are getting, go to the Settings dialog, and in there go to “Appearance & Behavior > System Settings > Updates”:

Android Studio Settings Dialog, Updates Screen
Android Studio Settings Dialog, Updates Screen

You have four channels to choose from:

For most developers, Stable is the best choice. Power users might consider one of the other channels.

When an update is available, Android Studio will tell you via a dialog:

Android Studio Update Dialog
Android Studio Update Dialog

“Remind Me Later” will pop up the dialog in the future, while “Update and Restart” will apply the upgrade now and restart the IDE after upgrading it. “Ignore This Update” will stop the dialog from appearing automatically, but it will not apply the update… and usually you want the updates.


Prev Table of Contents Next

This book is licensed under the Creative Commons Attribution-ShareAlike 4.0 International license.