
Installing OpenJDK 11Īt this point, you can install Java JDK-11 on your system with the following command: sudo apt install default-jre
If Java is installed on your system, you need to install it. To do this, run the command below: java –version You can install Android Studio by adding the Android official repository to your server.įirst, you need to make sure that Java is installed on your server. Installing Android Studio From the Android Official Repository on Ubuntu 20.04
Install android studio by adding android-studio repository. This article will show you to install Android Studio on your Ubuntu server in 2 methods: To do this, you can follow pour guide the Initial Server Setup with Ubuntu 20.04. To complete this guide, you must log in to your server as a non-root user with sudo privileges. How To Install Android Studio on Ubuntu 20.04 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. Versions of Android Studio are compatible with some Apple, Windows, and Linux operating systems. How to install Android Studio on Ubuntu 18.In this guide, we intend to teach you How To Install Android Studio on Ubuntu 20.04.Īndroid Studio is the integrated development environment for Google’s Android platform. You can see the software icon in the program list. Step 3: Create a shortcut $ sudo vim /usr/share/applications/android_sktopĮxec=sh /opt/android-studio/bin/studio.sh Step 2: Unzip the compressed package and move it to the /opt directory: $ tar -zxvf Step 1: Download the installation package from the official website
Here are the methods for installing on the Zorin system and creating shortcuts using the packaged installation package provided by the official website. There are many online tutorials on installing Android Studio in the Linux environment, but they vary from release to release.