Android system porting and Driver development Case Chapter II

Source: Internet
Author: User

Installation

1. Android Development Environment

The Android development environment involves more tools and development packages, including the following sections: (1) JDK

Click here to download JDK,JDK provides a Java compilation environment, the new version of the JDK automatically contains the JRE, so do not download the JRE separately, the JRE provides the Java runtime environment. (2) Eclipse

In fact, the ANDRIOD environment installation does not require one by one downloads of those toolkits described above. Google also packaged a collection of development tools for us

--adt-bundle integration Pack, which contains Eclipse, Android SDK, Android ADT, click here to download Adt-bundle. 2. Install JDK (1) Install JDK and JRE

Click here to download the JDK, install the JDK (Jdk-7u45-windows-x64.exe), and the installation of the JRE will be started automatically after the JDK installation is complete. (2) JDK environment variable settings

Select a new property----------------------the   JAVA\JDK1.7.0_45). (3) Path Paths Settings

Set the path path to add the bin path to the JDK and JRE. It is important to note that there are two JRE, one under the JDK and one installed separately, both of which can be used, and the former is used here. When you set a path path, you can reference the previously set

Java_home variable, the reference method is to add a% (for example:%java_home%/bin;%java_home%jre/bin) before and after the Java_home variable name. Select the system variable, advanced system settings, properties-----------------------------

That is%java_home%/bin;%java_home%jre/bin. (4) test If the Java environment is installed successfully

Open the cmd window, enter Java-version, and if the JDK version information is displayed, the installation is successful.

3, installation Adt-bundle (1) Download and installation

Click here to download Adt-bundle, directly unzip

Adt-bundle (Adt-bundle-windows-x86_64-20131030.zip).

After the decompression is complete, contains two folders Eclipse (Eclipse+adt plugin), SDK (Android SDK) and a program SDK Manager.exe. (2) Setting environment variables

These are basic operations, very basic, should be proficient in mastering

Android system porting and Driver development Case Chapter II

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.