Android Studio is the official IDE for Android application development available for Linux systems. It is a flexible gradle-based build system and provides built-in support for Google cloud platform, making it easy to integrate Google cloud messaging and App Engine.

Advertisement

This article will help you to install Android Studio on Ubuntu 15.04, 14.10, 14.04 LTS & 12.04 LTS and LinuxMint systems using PPA.

Install JAVA

First make sure you have java installed on your system before installing android studio. If you don’t have already install java visit one of following link to install JAVA 7 or JAVA 8 on Ubuntu & LinuxMint systems.

Install Android Studio

Android Studio PPA is maintaining by Paolo Rotolo. We just need to add PPA to our system and install it using following set of commands.

$ sudo add-apt-repository ppa:paolorotolo/android-studio
$ sudo apt-get update
$ sudo apt-get install android-studio
Share.

2 Comments

  1. After entering the third command, I get an error message saying a certain file cannot be found. Has anyone encountered this?

Exit mobile version