Download and installation tutorial for Android studio 3.0
I have no contact with Android development. I want to learn, so I study by myself. Next is my learning route. I hope the road I have traveled can help you. download
First we need to download
Android studio 3.0 official download
Then learn kotlin's grammar. I recommend going to kotlin's official Chinese website for online learning or downloading
Pdf Chinese document official download this site download
Getting started with Android Basics
Android basics tutorial directory
Next, let's introduce the actual combat of the project. It's best to find problems while learning.
In addition, if downloading tools is slow during Android studio 3.0 installation, you can set the domestic agent to download to the Android studio installation directory, open the bin directory, edit idea.properties, and add at the end of the file:
disable.android.first.run=true
This disables the first run
two
Open Android studio again to enter the welcome page, click config... And search HTTP to set the HTTP proxy
three
Delete the line added in step 1 and start Android studio again. You can use your HTTP proxy to download SDK and other components.
Android SDK online update image server resources:
Address of image server of Dalian Neusoft Information Institute:- http://mirrors.neusoft.edu.cn Port: 80
Image server address of Beijing University of Chemical Technology: - IPv4: http://ubuntu.buct.edu.cn/ Port: 80 - IPv4: http://ubuntu.buct.cn/ Port: 80 - IPv6: http://ubuntu.buct6.edu.cn/ Port: 80
Shanghai GDG image server address:- http://sdk.gdgshanghai.com Port: 8000
usage method:
1. Start the Android SDK manager, open the main interface, select tools, options... And the Android SDK Manager - settings window will pop up; 2. In the "Android SDK Manager - Settings" window, fill in the above image server address and port in the "HTTP proxy server" and "HTTP proxy port" input boxes, and select the "force HTTPS: / /... Sources to be fetched using http: / /..." check box. After setting, click the "close" button to close the "Android SDK Manager - Settings" The window returns to the main interface; 3. Select packages and reload in sequence.