Install Android Studio on Ubuntu 15.04

Sponsored Link
Android Studio is the official IDE for Android application development, based on IntelliJ IDEA.

Android Studio Features

Flexible Gradle-based build system
Build variants and multiple apk file generation
Code templates to help you build common app features
Rich layout editor with support for drag and drop theme editing
lint tools to catch performance, usability, version compatibility, and other problems
ProGuard and app-signing capabilities
Built-in support for Google Cloud Platform, making it easy to integrate Google Cloud Messaging and App Engine
And much more

Install Android Studio on Ubuntu 15.04

Open the terminal and run the following commands

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

If you want to add Android Studio to the launcher use the following procedure

Open Android Studio, click on Configure -> Create Desktop Entry. This should create an entry on the dash

Screenshots

1

2

3

4

5

6

7

Sponsored Link

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *