Install Android Studio 0.8.12, a development environment tool for Google Android
Android Studio is a development tool similar to Eclipse provided by Google and can be used for development and debugging. The latest available version is Android Studio 0.8.12, which has been released recently. For more information, click here.
This article describes how to use Ubuntu 14.10, Ubuntu 14.04, Ubuntu 12.04, Linux Mint 17, Linux Mint 13, Pinguy OS 14.04, Elementary OS 0.3, Elementary OS 0.2, Deepin 2014, Peppermint Five, install Android Studio on LXLE 14.04, Linux Lite 2.0, and other Ubuntu derivative systems.
Since PPA is available, it is very easy to install:
sudo add-apt-repository ppa:paolorotolo/android-studio
sudo apt-get update
sudo apt-get install android-studio
Android Studio has been installed successfully. We must install the latest Android SDK to start creating Android applications.
cd ~
wget http://dl.google.com/android/android-sdk_r23.0.2-linux.tgz
tar -xzvf android-sdk_r23.0.2-linux.tgz
cd android-sdk-linux/tools
./android
Next, click Install X package to accept the license and follow the installation instructions:
Start Android Virtual Device Manager, open a terminal, type android avd, and press Enter.
Next, add ~ /Android-sdk-linux/tools and ~ /Android-sdk-linux/plarform-tools
echo "export PATH=${PATH}:~/android-sdk-linux/tools" >> ~/.bashrc
echo "export PATH=${PATH}:~/android-sdk-linux/platform-tools" >> ~/.bashrc
Run the following command to uninstall android studio and android sdk:
sudo apt-get update
rm -r ~/android-sdk-linux
Explore Android Studio and Some Problems and Solutions
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
This article permanently updates the link address: