Introduction to Android development (i)

Source: Internet
Author: User

1. Environment construction

ADT (Bundle) + JDK (install by yourself Baidu)

ADT (Bundle) integrates Eclipse + ADT + Android SDK

The JDK bin contains various commands;

LIB contains a variety of libraries;

2. How does the programmer write the program?

Java source-----Compiling------------> Bytecode files----> Running-----on a virtual machine > computer operating system-------computer hardware

3. Configure Environment variables

#set SDK Environment
Path=/home/dongtian/downloads/sdk/platform-tools Export: $PATH
Export Path=/home/dongtian/downloads/sdk/tools: $PATH

#set Java Environment
Java_home=/usr/lib/jvm/java-7-openjdk-amd64
JRE_HOME=/USR/LIB/JVM/JAVA-7-OPENJDK-AMD64/JRE Export
Classpath= export $JAVA _home/lib: $JRE _home/lib: $CLASSPATH
Path= export $JAVA _home/bin: $JRE _home/bin: $PATH
Path=${java_home}/bin: $PATH


Introduction to Android development (i)

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.