Android Environment Setup

Source: Internet
Author: User

First, the download of Android Studio software

 Previous China (official website): http://www.android-studio.org/Download the android studio you want to use, download the appropriate one based on your PC 32/64 bit.

(Here i download all the tools needed for Android apps)

  Of course you can choose other platforms (I won't say much here):

  After the download is complete, you can install it directly.

  Second, Android resources download

Android Development first requires us to prepare the development environment and download the appropriate resources. Because the download resources are more, so we recommend you two sites, which provide a very comprehensive Android popular download links.

①. http://tools.android-studio.org/

②. http://www.androiddevtools.cn/

1) Download the Jdk,java Development Essentials Toolkit and configure environment variables

Environment variable Configuration method:

My Computer-right-"properties"-" click Advanced property Settings on the left "-tab-"advanced"-environment variables.

Here we create a new variable: java_home=d:\android files\java\jdk1.8.0_121 "according to your own JDK path"

New variable Class_path=.%java_home%\bin

Edit path, appended to the path value;%java_home%\bin

2) Download the Android Development Environment SDK

In the official guide, you need to install the following in the SDK Manager:

Install SDK "build Android development environment"

A) version number of the SDK currently supported by Android:

    

      b) Download Sdk-tools and install

Example: Installer_r24.4.1-windows

  Note: The Android development environment download URL is above, I will remind you is ① or ②.

    c) Download the resource bundle required in the SDK into the SDK directory

     (1). platforms Store the corresponding version of the SDK and store each version of the SDK

     

(2). Platform-tools is placed in the SDK root directory, including the ADB and other commands

     

      (3). Build-tools is placed under the SDK root and contains the build tools

    

      (4). System-images placed in the SDK root directory, containing the emulator (URL ②)

      (5). Sources in the SDK root directory, store the Android SDK source code

      

      (6). Extras in the SDK root directory, store Google related support package

      

D). Develop Android apps on eclipse (if you're using Eclipse you need to download ADT)

         I. Installing the ADT Plugin

          1. Helpàinstall new software

Ii. Configuring the SDK path on eclipse

          1. Window---->preferences---->android

       

e) Developing Android apps on as (note: Android Studio)

1) Download an AS and install

2) Android Development Mainstream IDE combo: as+genymotion

A) Install Genymotion

3) When you start as, the update is checked and the latest version is downloaded, and you can modify the configuration to not perform the update operation

As installation directory---->bin----->idea.properties

Disable.android.first.run=true

According to the above, download these and then create an SDK directory to extract them from the past.

     

    

Android Environment Setup

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.