8

I am using Android Studio when ever i try to update it shows me the below

enter image description here

How can i update it and also tried by using the option Help->checkForUdates but it shows the same.

Jose Gonzalez
  • 1,491
  • 3
  • 25
  • 51
Manoj
  • 3,947
  • 9
  • 46
  • 84

2 Answers2

18
  1. In Android Studio go to "File > Settings > Updates"
  2. change the "Stable channel" option to "canary channel".
  3. After that go to "Help > Check for update ...".
  4. You should get a pop-up with the option to "update and restart"

Here is the Official documentation

Regards Jose

Jose Gonzalez
  • 1,491
  • 3
  • 25
  • 51
-1

According to the release notes:

Note: There are no incremental patches to update to 0.8.12; you will need to download it separately

Which means that if you want to update from a version <0.8.12 to the latest beta, which is 0.8.14, then you will need to redownload Android Studio.

Joel
  • 14,861
  • 3
  • 27
  • 31
  • But in my other system it automatically asked for update i updated it to 0.8.14. – Manoj Dec 04 '14 at 09:16
  • You could try looking in `%HOMEPATH%\.AndroidStudioPreview\config\options\other.xml` for the `myIgnoredBuildNumbers` block. – Joel Dec 04 '14 at 09:50