

Complete the installationĪt the end it is necessary to run the wizard to complete the installation. The time it takes depends on your internet speed.Ĩ.- Installation progress 3. :~$ sudo apt install android-studioħ.- Installing Android Studio from the terminal Open a terminal and run: :~$ sudo apt-add-repository ppa:maarten-fonville/android-studioĦ.- Adding the PPA to install Android Studio With this we make sure to install the latest version available and a simple way. The easiest way to install Android Studio on Ubuntu is through a PPA.

In this case it was installed by default.Īs you can see, everything is going OK. Run: :~$ sudo apt install oracle-java8-set-defaultĤ.- Setting the Oracle Java Version as the default Next: :~$ sudo apt-get install oracle-java8-installerĢ.- Installing the java installer packageĭuring the process, you will be asked to accept Oracle’s license terms.Īnd to define this version of Java as the main one, install oracle-java8-set-default. Java 8 is the version that best supports Android Studio and also thanks to Webupd8 ppa installation becomes very simple.įirst, open a terminal and run: :~$ sudo add-apt-repository ppa:webupd8team/java

Installing Java from OracleĪndroid Studio requires java for its operation and therefore I recommend that you install the official version of Java 8. On the other hand, you need a user who has enabled the use of sudo for terminal commands.įinally you need a computer with Ubuntu 18.04 or Ubuntu 18.10 (BETA) installed.
