android studio linux

Android Studio is the Google’s official Android development system which is specifically used for Android development. Android Studio is built on JetBrains’ IntelliJ IDEA software. You can download Android Studio for Linux, Windows, and macOS based operating systems.

Linux is free and Open Source Software(FOSS). Linux is built around the Linux kernel. Linux can be used for both desktop and server use. Linux was initially released on September 17, 1991.

You can easily Install Android Studio for Linux. You can follow the steps below to install Android Studio for Linux, Ubuntu, Debian, Red Hat, CentOS, Fedora, and other systems.

Step-1: Download and Install Android Studio for Linux

You can easily download Android Studio from the official website. This software is fully free.
https://developer.android.com/studio/index.html

Step-2: Download the Oracle JDK

You can follow the link below to Download the Oracle JDK with the following link.
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

Also Read: Install TeamViewer in Linux

You can also easily download Oracle JDK by running the terminal command:

$sudo update-alternatives –config java

Run an Android Studio

You can run the following terminal command to launch your Android Studio:

$sh /opt/android-studio/bin/studio.sh

You can run the installation now. Enjoy!

Similar Posts