Install Android Studio 0.8.12, a development environment tool for Google Android

Source: Internet
Author: User
Tags linux mint

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:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.