Installation JDK12 + Android studio win10

Copyright: original works, welcome to forward! Forwarding attached link https://blog.csdn.net/qq_26369907/article/details/90749586

win10 build Android development environment, in this record installation JDK12.0.1, Android Studio.
A, JDK 12.0.1 installation

  1. Download jdk12.0.1
    Here Insert Picture Description
  2. Installation
    is recommended to install in a new directory: E: \ Java \ JDK, double-click jdk-12.0.1_windows-x64_bin.exe to install.
    Here Insert Picture Description
  3. Configuration environment variable
    to configure user, system variables, you need to add and configure the JAVA_HOME Path
    JAVA_HOME: D: \ the Java \ 12.0.1 the JDK-
    Path: Add:% JAVA_HOME% \ bin
    Here Insert Picture Description
  4. Testing
    in cmd Input: java -version, the following output the installation was successful.
    Here Insert Picture Description

Two, Android studio installation

  1. Download Android studio 3.4
    Here Insert Picture Description
  2. Installation
    is recommended to create E: \ Android installation directory,
    the Next, select Android virtual device, if you have other analog simulators do not recommend installation of Android.
    Here Insert Picture Description
    Installation
    Here Insert Picture Description
    finish
    Here Insert Picture Description
    does not import, select DO not import settings
    Here Insert Picture Description

.next - "Select Custom-" Light- "has already been installed virtual device will not need to install, just install SDK on it, and select the appropriate directory.
Here Insert Picture Description
Here Insert Picture Description
Here Insert Picture Description
Here Insert Picture Description

Here Insert Picture Description
Next Next behind it.

Third, the subsequent chapters
you install Android Studio, essential to do some settings, add some useful plug-ins, so that our development tools easier to use, more handy, please see the following sections.

Android Studio after the installation will do the configuration
Android Studio in the best use of those plug-ins

Guess you like

Origin blog.csdn.net/qq_26369907/article/details/90749586