

It may be possible to run Android Studio as root in order to allow it to update itself, but this is probably a bad idea with software as large and complex as Android Studio. In the process of the Android application development, it is necessary to test your applications on Android Emulator. The official instructions explain how to use the software's internal update functionality, but doing so requires having write access to the installation directory and Android Studio files, which means that either Android Studio must have been installed to an area of the filesystem under the user's control (e.g., under $HOME), or the appropriate directories and files must have been transferred to the user (e.g., via chown). Upgrading Android Studio when installed from the tarball can be tricky. PPA or Personal Package Archive is also an option to install Android Studio on Ubuntu, and other Linux distributions based on that OS, such as Linux Mint. See the official instructions for more information.Įxecute the program: /opt/android-studio/bin/studio.sh & If you tried Android Studio and you didn’t like it for some reason, use the following command to uninstall it: umake android remove How to Install Android Studio on Linux by Using PPA. Tar -xvzf /path/to/archive/android-studio-2021.1.1. ubuntuAndroid Studio2.15,android,android-studio-2.0,Android,Android Studio 2.0,ubuntu 14.04android studio 2.1 preview 5 1.Android studio 2.

For example, if the downloaded archive is named android-studio-2021.1.1., navigate to the desired installation location (e.g., /opt) and run:
