

The system will then launch a setup wizard to walk you through the installation process. Start the studio.sh script using the following command: sudo. Head over to /opt/android-studio/bin folder: cd /opt/android-studio/bin

If you are using a 64-bit version of Linux, you need to install the following Android Studio software requirements.įor Debian-based Linux distros, such as Ubuntu, Pop!_OS, etc., install the following: sudo apt-get install libc6 libncurses5 libstdc++6 lib32z1 libbz2-1.0įor Fedora and other RHEL-based Linux distros, you can run the following: sudo yum install zlib ncurses-libs bzip2-libs 3. When you put android-studio under the /opt directory, it becomes available to all users on your Linux system. sudo mv android-studio /opt/ Note: You'll need sudo or elevated privileges to run this command. Move the android-studio directory to the /opt directory from the extracted folder. Then, using the tar command, extract the Android Studio TAR file as follows: tar -xzvf android-studio-*.tar.gz Pre-Installation ConfigurationĪssuming you’ve downloaded Android Studio to the Downloads directory, navigate to that folder with the cd command. When you click the Download button, the installer will be saved to your default downloads location, which is most likely the Downloads folder.ĭownload: Android Studio (Free) 2. Getting Android Studio on Ubuntu LinuxĪndroid Studio may be downloaded from the official Android developer page. It’s also natively supported on the ARM-based Apple M1.Īndroid Studio is an IDE that also includes all software components necessary to create Android apps on a Linux PC. It’s based on IntelliJ and built with JetBrains for Android developers.Īndroid Studio is free for Windows, Linux, Chrome OS, and macOS. Let’s get started! The Android StudioĪndroid Studio is an IDE for building native Android applications. Installing Android Studio on Ubuntu, which includes the Android SDK, Java Development Kit (JDK), and other tools required to begin building native Android apps, is how you can get started with Android app development.

The need for Android software developers to create new applications and support current ones is enormous. The Android operating system is installed on over 2.5 billion smartphones worldwide.

