Install Android Studio using Ubuntu 14.10 PPA
Install Android Studio using Ubuntu 14.10 PPA
1. First install Oracle Java 8
Add ppa first. Otherwise, Android Studio will install openjdk.
$ Sudo add-apt-repository ppa: webupd8team/java
Then update the system
$ Sudo apt-get update
Start Installation
$ Sudo apt-get install oracle-java8-installer
$ Java-version
Bkjia@www.bkjia.com:/etc $ java-version
Java version "1.8.0 _ 31"
Java (TM) SE Runtime Environment (build 1.8.0 _ 31-b13)
Java HotSpot (TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
If you need to switch the version from Java 7, consider the following command:
Sudo update-java-alternatives-s java-8-oracle
2. Install Android Studio
Sudo add-apt-repository ppa: paolorotolo/android-studio
Sudo apt-get update
Sudo apt-get install android-studio
Now, you can use it.
Full process of installing Android Studio on Ubuntu 12.04 (64-bit)
Early adopters of Android Studio v0.1
Android Studio tutorial
Android Studio Development Guide
How to solve the problem that Android Studio sets the topic and does not support Chinese Characters
Android Studio download and installation and solutions that cannot be opened
Graphic tutorial for installing Android Studio
Android Studio details: click here
Android Studio: click here