. Net programmers play with Android Development --- (1) build an environment

Source: Internet
Author: User

. Net programmers play with Android Development --- (1) build an environment

For those who have never been familiar with Android development, it may be difficult to develop Android. In the next period, we will understand the details of Android development, mainly in the face. NET programmer, let's take a look. NET programmers how to develop Android. next, let's start with this topic.

To do a good job, you must first sharpen the tool. Below we prepare to build an Android development environment. Below are some development tools.

1. JDK Installation

Download jdk

 

JDK has 32-bit and 64-bit versions. Select one based on your operating system.

Environment Variable

After JDK is installed, You need to configure environment variables to prepare for Eclipse use.

1. Right-click my computer-properties-advanced system settings-environment variables. The interface is as follows:

2. Added JAVA_HOME: C: Program FilesJavajdk1.7.0 _ 40. This is the JDK installation directory. My JDK is installed on the C drive.

3. Added CLASSPATH:.; % JAVA_HOME % lib ools. jar; % JAVA_HOME % libdt. jar; % JAVA_HOME % in;

4. Path added:; % JAVA_HOME % in;

After the configuration is complete, open the CMD window and enter java-version. The following interface is displayed, indicating that the installation is successful.

2. Eclipse, Android ADK

Eclipse and Android ADK can be downloaded from here

Http://yunpan.cn/cs8QbTHxdsjUB (extract code: 364a)

After downloading and unzipping, the interface is as follows:

In this way, the Android development environment has been set up

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.