Windows Basic Environment Installation Configuration tutorial (Windows7 64, JDK1.8, Android SDK23.0, TortoiseSVN 1.9.5)

Source: Internet
Author: User
Tags tortoisesvn android sdk manager

Windows Basic Environment Installation Configuration tutorial (Windows7 64, JDK1.8, Android SDK23.0, TortoiseSVN 1.9.5)

    1. Install package version

1) JDK version package

Address:

Http://www.oracle.com/technetwork/java/javase/8u131-relnotes-3565278.html

Package Name: Jdk-8u131-windows-x64.exe

2) Android SDK version Pack

Address: http://www.androiddevtools.cn/

or address: Http://tools.android-studio.org/index.php/adt-bundle-plugin

Package Name: Adt-bundle-windows-x86_64-20140702.zip

3) TORTOISESVN version Package

Address: https://tortoisesvn.net/downloads.html

Package Name: Tortoisesvn-1.9.7.27907-x64-svn-1.9.7.msi

    1. Install packages

2.1. Installing JDK1.8

2.1.1. JDK1.8 Installation

Install the 64-bit version of JDK1.8, omit the steps, press the default configuration, and then make sure it's all right.

2.1.2. Configuring Environment variables

Java_home=d:\program files\java\jdk1.8.0_131;

Path=%java_home%\bin;%java_home%\jre\bin;

Classpath=.; %java_home%\lib;%java_home%\lib\dt.jar;%java_home%\lib\tools.jar;

Check whether the JDK was successfully installed through 4 commands: Java javac java-version javac-version

2.1.3. Modifying the Java.security file

#启动tomcat出现下列问题的解决办法

Info:creation of SecureRandom instance for session ID generation using [Sha1prng] took [24,790] milliseconds.

Open the $jre_home/lib/security/java.security file and find the following:

Securerandom.source=file:/dev/random

Replaced by

Securerandom.source=file:/dev/./random

#通过javac-version and java-version command to check if the JDK installation was successful

2.2. Install Android SDK23.0

Download the SDK directly in the corresponding environment.

The ADT bundle contains Eclipse, ADT plug-ins, and SDK Tools, which are already integrated ides that can be started with the installation of a JDK, and recommend that beginners download ADT bundles without having to toss out the development environment.

Once the environment variable is decompressed and configured, it is ready to use.

Android_home=d:\adt\sdk

path=%android_home%\tools;%android_home%\platform-tools;%android_home%\\build-tools\23.0.1;

Verifying the Android SDK environment variables

1) Verify Platform-tools

Input adb shell, can find the virtual machine information, input LS, can view the file list

2) Validate Tools

Entering Android will launch the Android SDK Manager window

3) Verify Build-tools

Enter AAPT and you will see the command Help information

2.3. Installing TortoiseSVN1.9

After you have downloaded the installation package file, select all the installation items and install them to modify the installation path.

Windows Basic Environment Installation Configuration tutorial (Windows7 64, JDK1.8, Android SDK23.0, TortoiseSVN 1.9.5)

Related Article

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.