android tutorial - Updating Android Studio in Ubuntu | Developer android - android app development - android studio - android app developement
Updating Android Studio in Ubuntu
If you are able to download an update of Android Studio, but after it restarts nothing happens, check out the following example:
- After the patch was downloaded and Android Studio closed, open the terminal
- Go to your android studio folder, e.g. cd ~/android-studio
- Go to bin subfolder: cd bin
- Make sure your studio.sh file has run permissions: chmod +x studio.sh
- 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).