Install Android Studio on Ubuntu 15.04

Опубликовано: 28 Август 2026
на канале: Ubuntu
5,286
19

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

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

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