How to update Android Studio automatically?

前端 未结 13 2471
孤街浪徒
孤街浪徒 2020-12-08 01:55

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://develope

相关标签:
13条回答
  • 2020-12-08 02:21

    I am having a similar problem while updating from 2.3.2 to 2.3.3.

    Go to the bin folder of your Android Studio installation folder: e.g.

    cd opt/android-studio/bin
    

    Provide run permission for studio.sh file: chmod +x studio.sh

    Run Android Studio from here: ./studio.sh

    and try "update and restart" from android studio.

    0 讨论(0)
  • 2020-12-08 02:23

    These steps are for the people who already have Android Studio installed on their Windows machine >>>

    Steps to download the update:

    1. Google for “Update android studio”
    2. Choose the result from “tools.android.com”
    3. Download the zip file (it’s around 500 MB).

    Steps to install Android Studio from a .zip folder:

    1. Open the .zip folder using Windows Explorer.
    2. click on 'Extract all' (or 'Extract all files') option in the ribbon.
    3. Go to the extract location. And then to android-studio\bin and run studio.exe ifyou’re on 32bit OS, or studio64.exe if you’re on 64bit OS.

    By then, the Andriod Studio should open and configure your uppdates

    0 讨论(0)
  • 2020-12-08 02:29

    Here's the easiest way, as in snapshot, download the required file and install.

    0 讨论(0)
  • 2020-12-08 02:29

    Through Android Studio:

    1. Help
    2. Check for latest update
    3. Update
    0 讨论(0)
  • 2020-12-08 02:31

    If you go to help>>check for updates it will tell you if there's an update.

    You don't have to change from the stable channel. If you aren't offered an update and restart button, kindly close the window and try again. After about 4 or 5 checks like this, it will eventually show you update and restart button.

    Why? because google.

    0 讨论(0)
  • 2020-12-08 02:31

    as of AS 1.2+ there is an auto-check for updates which will let you choose between the stable, dev, canary, and beta channels. However it is just a check instead of a full update script. It does require that you click to install and restart your install ( A problem for a remote server situation)

    0 讨论(0)
提交回复
热议问题