Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to update Android Studio automatically?

I need to Update Android Studio, to the 0.9.9 version, but when I press "Download" (On the update info dialog box) it sends me here:

http://developer.android.com/sdk/index.html

Isn't there a way to make the update happen automatically, because I don't even know how to update it manually.

Also, in the dialog, there is this recommendation:

To configure automatic update settings, see the Updates dialog of your IDE Settings.

The word "Updates" is a link, but it doesn't work.

like image 638
pdsafs df apk Avatar asked Jan 25 '15 05:01

pdsafs df apk


People also ask

How do you update Android Auto?

To update Android Auto, open the Google Play Store and type Android Auto into the search field. You can see when the latest version was released under the What's new section and tap Update if it hasn't already been downloaded.


3 Answers

For this task, I recommend using Android Studio IDE and choose the automatic installation program, and not the compressed file.

  1. On the top menu, select Help -> Check for Update...
  2. Upon the updates dialog below, select Updates link to configure your IDE settings.

Platform and Plugin Updates

  1. For checking updates, my suggestion is to select the Dev channel. I

don't recommend Beta or Canary

channel which is the unstable version and they are not automatic installation, instead a zip file is provided in that case.

Updates dialog

  1. When finished with the configuration, select Update and Restart for downloading the installation EXE.
  2. Run the installation.

Warning: Among different version of Android Studio, the steps may be different. But hopefully you get the idea, as I try to be clear on my intentions.

Extra info: If you want, check for Android Studio updates @ Android Tools Project Site - Recent Builds. This web page seems to be more accurate than other Android pages about tool updates.

like image 140
The Original Android Avatar answered Oct 31 '22 14:10

The Original Android


The simplest way to update is as follows:

  1. Go to the start screen for Android Studio. If it automatically opens a project when you open it, close that project (not exit).

  2. At the bottom there will be a check for updates link which you can use to update to the latest version.

like image 44
nktsamba Avatar answered Oct 31 '22 15:10

nktsamba


There's not always an updater between versions, depending on the version you're starting from and what you're updating to. If that happens, download the full installer and reinstall Android Studio.

like image 22
Scott Barta Avatar answered Oct 31 '22 15:10

Scott Barta