Android Studio is a full-featured cross-platform IDE that helps you build applications on every type of Android device. It is based on JetBrains’ IntelliJ IDEA and includes everything you need for Android development.

Android Studio build system is powered by Gradle allowing you to create multiple build variants for different devices from a single project.

This tutorial explains how to install Android Studio on Ubuntu 18.04. The same instructions apply for Ubuntu 16.04 and any Ubuntu-based distribution, including Kubuntu, Linux Mint, and Elementary OS.

Prerequisites

You’ll need to be logged in as a user with sudo access to be able to install packages on your Ubuntu system.

Installing Java OpenJDK

Android Studio requires OpenJDK version 8 or above to be installed to your system.

We’ll install OpenJDK 8. The installation is pretty simple, start by updating the package index:

sudo apt update

Install the OpenJDK 8 package by typing:

sudo apt install openjdk-8-jdk

Verify the installation by typing the following command which will print the Java version:

java -version

#ubuntu #ubuntu 18.04 #android studio

CrowdforThink : Blog -How to Install Android Studio on Ubuntu 18.04
1.25 GEEK