In this tutorial you will learn how to install Android Studio the IDE for Android development on Ubuntu 20.04 Focal Fossa Linux.
In this tutorial you will learn:
- How to install Android Studio
- How to start Android Studio
π Android Studio on Ubuntu 20.04 Focal Fossa Linux
Android Studio on Ubuntu 20.04 Focal Fossa Linux
Software Requirements and Conventions Used
| Category | Requirements, Conventions or Software Version Used |
|---|---|
| System | Installed Ubuntu 20.04 or upgraded Ubuntu 20.04 Focal Fossa |
| Software | Android Studio |
| Other | Privileged access to your Linux system as root or via the sudo command. |
| Conventions |
# β requires given linux commands to be executed with root privileges either directly as a root user or by use of sudo command$ β requires given linux commands to be executed as a regular non-privileged user |
How to Install Android Studio on Ubuntu 20.04 step by step instructions
- Install desired Java version. For example in this case we will go with Java
openjdk-11-jdk:$ sudo apt install openjdk-11-jdk
- Next, open a terminal window and proceed with installation of Android Studio by using the
snapcommand:$ sudo snap install android-studio --classic
This may take some time so be patient.
-
π start android studio
Once the installation of Android studio is complete, you can start the application from activities menu by searching for theandroidkeyword.Alternatively, you can start the Android Studio using the bellow command:
$ android-studio
-
π If any, import settings from previous Android Studio installation
If any, import settings from previous Android Studio installation -
-
-
-
-
-
π Consider Android KVM installation. Click Finish
Consider Android KVM installation. ClickFinish -
-
-
π Android Studio is now complete. Ready to start new Android Studio project.
Android Studio is now complete. Ready to start new Android Studio project.
