Download Android SDK, official website: www.android.com I believe a lot of people like me, can't get in. Android Studio Chinese website www.android-studio.org in to download, in the terminal decompression to the directory you want to install the SDK (Set SDK directory for $ASDK _home) that is the installation completed.
Enter the directory $ASDK _home/tools/, the terminal runs the command./android into the SDK Manager. With this software, you can choose to download the relevant development package, there are different versions of the SDK and its source code documentation, and so on, Note: You must download the Android Support Repository package under Extras . In this process, you will also encounter a big trouble, you notice the bottom of the status bar will find that need to download a lot of packets from Google, most likely to encounter stuck in the situation, there is no good way, either buy a VPN, or change the Hosts file . My Hosts file is as follows:
127.0.0.1 localhost 127.0.1.1 Minamoto-lenovo # Following lines-are for
desirable IPV6 hosts
:: 1 I P6-localhost ip6-loopback
fe00::0 ip6-localnet ff00::0 ip6-mcastprefix the ff02::1 ip6-allnodes
: : 2 ip6-allrouters
# Google page
203.208.46.146 www.google.com
74.125.113.121 developer.android.com
203.208.51.71 dl.google.com
# 203.208.46.146 dl-ssl.google.com
74.125.237.1 dl-ssl.google.com
The above IP address from the Internet Baidu, the above address for the time being easy to use, strongly recommend Super Ping to obtain IP.
Download Android Studio, refer to the Chinese official website address in 1, download after decompression (set up Android Studio directory for $AS _home), into the $AS _home/bin/run./studio.sh into the installation navigation. Installation complete, create item currently, open Configure-->project Defaults-->project structure-->sdk Location, set the SDK path.
No successful use of the simulator, do not know when too slow, or what installation problems, start the simulator, the computer directly jammed dead, can not move. So I used a real Android that I didn't use.
The above is a small set to introduce the Ubuntu16.04 LTS under the installation of Android Studio 2.2.2 Detailed steps, I hope to help you, if you have any questions please give me a message, small series will promptly reply to everyone. Here also thank you very much for the cloud Habitat Community website support!