How to update Android Studio automatically?

前端 未结 13 2484
孤街浪徒
孤街浪徒 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.

提交回复
热议问题