Unable to upgrade Android studio in Ubuntu

后端 未结 6 2056
野趣味
野趣味 2021-01-02 06:51

I am currently using android studio 2.0 but wanted to update it to 2.1 as its been released on the stable channel. Now when I press on \"Update & Restart\" button ,it

6条回答
  •  佛祖请我去吃肉
    2021-01-02 07:28

    Try the following:

    1. After the patch was downloaded and Android Studio closed, open the terminal
    2. Go to your android studio folder, e.g. cd ~/android-studio
    3. Go to bin subfolder: cd bin
    4. Make sure your studio.sh file has run permissions: chmod +x studio.sh
    5. Run Android Studio from here: ./studio.sh

    After that Android Studio will find the patch and install it. Then you may close Android Studio and run it the regular way (whatever way you prefer, I run it from Launcher pad).

提交回复
热议问题