
Install Android Studio from Snap Store. sudo nano /usr/share/applications/sktopĮxec=bash -i "/opt/android-studio/bin/studio.sh" %f desktop file under the /usr/share/applications a directory that lets you start Android Studio from the Activities. Then, link the executable to /bin directory so that you can quickly start Android Studio using android-studio command: sudo ln -sf /opt/android-studio/bin/studio.sh /bin/android-studio Now run the following command below to download the latest version of Android Studio from the official page:Īfter you have downloaded the file, it’s time to unpack it: tar -zxvf android-studio-* Multiple Methods To Install Android Studio on Ubuntu 18.04 LTS Gradle-based build support Android-specific refactoring and quick fixes Lint tools to catch. Install Android Studio from Official Repositoryīy default, the Android Studio is not available on Ubuntu 22.04 base repository.
Installing Android Studio on Ubuntu 22.04. Now run the following command to install OpenJDK to your system: sudo apt install default-jdk Sudo apt install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386Īndroid Studio requires JDK for proper working. First, make sure that all your system packages are up-to-date by running the following apt commands in the terminal. Install Android Studio on Ubuntu 22.04 LTS Jammy Jellyfish
We recommend acting as a non-root sudo user, however, as you can harm your system if you’re not careful when acting as the root.
A non-root sudo useror access to the root user.
SSH access to the server (or just open Terminal if you’re on a desktop). It’s recommended that you use a fresh OS install to prevent any potential issues. A server running one of the following operating systems: Ubuntu 22.04, 20.04, and any other Debian-based distribution like Linux Mint.