Android 2

1. Android development environment construction

1. Download javaJDK1.8

2. Configure environment variables

3. Download the Android studio (intellij IDE) installation directory and place it on a disk with a large space

(1) Start setting sdk directory

(2) The first startup takes a long time and needs to be connected to the Internet, and wait for the compilation to be completed

4. Enter Android studio

5. Packaging and compilation tools

Gridle: compilation and packaging

javaWeb: Maven functions similarly

Eclipse: Project

Android studio: Project: workspse

Guess you like

Origin blog.51cto.com/14589602/2641077