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.
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.
Advertisement
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.
$ sudoadd-apt-repository ppa:paolorotolo/android-studio $ sudoapt-get update $ sudoapt-get install android-studio
2 Comments
After entering the third command, I get an error message saying a certain file cannot be found. Has anyone encountered this?
Thank you for how to install.
I like that.