2 ways To Install Android Studio on Ubuntu 20.04

In this guide, we intend to teach you How To Install Android Studio on Ubuntu 20.04.

Android Studio is the integrated development environment for Google’s Android platform. Versions of Android Studio are compatible with some Apple, Windows, and Linux operating systems. With support for Google Cloud Platform and Google app integration, Android Studio offers developers a well-stocked toolkit for creating Android apps or other projects and has been an integral part of Android development since 2013.

How To Install Android Studio on Ubuntu 20.04

To complete this guide, you must log in to your server as a non-root user with sudo privileges. To do this, you can follow our guide to the Initial Server Setup with Ubuntu 20.04.

This article will show you to install Android Studio on your Ubuntu server in 2 methods:

  1. Install android studio by adding the android-studio repository
  2. Install android studio through snap

Installing Android Studio From the Android Official Repository on Ubuntu 20.04

You can install Android Studio by adding the Android official repository to your server.

First, you need to make sure that Java is installed on your server. To do this, run the command below:

java –version

If Java is installed on your system, you need to install it.

Installing OpenJDK 11

At this point, you can install Java JDK-11 on your system with the following command:

sudo apt install default-jre

Verify your Java installation by checking its version:

java –version
Output
openjdk 11.0.16 2022-07-19
OpenJDK Runtime Environment (build 11.0.16+8-post-Ubuntu-0ubuntu120.04)
OpenJDK 64-Bit Server VM (build 11.0.16+8-post-Ubuntu-0ubuntu120.04, mixed mode, sharing)

Add Android Studio Repository

At this point, you can use the command below to add the Android studio repository to your Ubuntu 20.04:

sudo add-apt-repository ppa:maarten-fonville/android-studio

When adding the repository, you will be prompted to press Enter to continue.

Installing Android Studio

Now that everything is done, update your local package index:

sudo apt update

Then, use the command below to install Android Studio:

sudo apt install android-studio

How To Run Android Studio on Ubuntu 20.04

At this point, launch this tool on your system to verify that the installation has worked. Click on ‘Activities’ and then type ‘Android’ in the application launcher bar. You will see the Android Studio icon appear under the search bar.

Launch android studio on Ubuntu 20.04

Then, Click on the Android Studio icon, and the following screen will appear on your desktop.

You should click on Do Not Import Settings and click Ok.

Do not import android studio settings

It will search for available SDK components.

Next, the Android Studio Setup wizard will appear on your Ubuntu 20.04. At the welcome screen, just click Next.

Then, you need to choose the Android Studio Installation type. You need to choose the Standard option and click Next.

Android studio installation type

Now, you need to select the UI theme. Choose Light or Darcula and click Next.

At this point, you will be asked to verify or review the installation settings. Click ‘Next’ if you are okay with the installation settings. 

You are now at the end of the setup process, so you will click the ‘Finish’ option on the Emulator Settings screen.

This will download all the necessary Android components on your Ubuntu 20.04.

When your download is completed, click Finish.

The following screen will display on your system from where you can use the Android Studio on your system. Choose the option Start a new Android Studio project to create a new application.

Start a new android studio project on Ubuntu 20.04

That’s It, you are done. Your Android Studio has been installed and configured on Ubuntu 20.04.

As you know there is another way that you can install Android Studio on your server. Let’s see how it works.

Installing Android Studio with Snap Store on Ubuntu 20.04

You can also install the Android studio using Snap on your Ubuntu 20.04. The Snap packages are available and installed on Ubuntu 20.04 by default. To do this, you can just use the command below:

sudo snap install android-studio --classic

When your installation is completed, you will get the following output:

Output
android-studio 2021.2.1.15 from Snapcrafters installed

Conclusion

At this point, you learn to Install Android Studio on Ubuntu 20.04 through both the Official repository and the Snap store.

Hope you enjoy it.

Please Subscribe to us on Facebook and Twitter.

Newsletter Updates

Enter your email address below and subscribe to our newsletter

Stay informed and not overwhelmed, subscribe now!