Android development and learning notes (1) Android Development Environment Construction

Source: Internet
Author: User

The current smart machine market is fully established in Three Kingdoms. Android, IOS, and windowsphone have their own advantages and characteristics. These three mobile device operating systems are based on different kernels. For example, Android is based on the Linux kernel, IOS is based on the Unix kernel, and windowsphone is the Win8 kernel. However, writing their own applications is a different language for the application. From the programming language rankings over the past few months, I have almost understood the status of these three platforms.

Operating System Kernel Programming Language
Android Linux Java
IOS UNIX Object-C
Windowsphone Win8 C #

 


In general, the largest mobile device platform is still Android, so learning android has become a hot technology for programmers.

Now, let's start my android development journey.

First, make sure that JDK (Java Development Kit) is installed. I installed JDK 1.7. Then download and install the SDK (software development kit) and ADT (Android
Development Tools). The SDK can be downloaded and installed separately. Download link: http://developer.android.com/intl/zh-cn/sdk/index.html. I used ADT as the Eclipse plug-in to install it. For the specific installation process, see idea. In addition, I have attached the installation steps for my translation:

  1. Enable eclipse and selectHelp>Install new software.
  2. ClickAddButton ..
  3. In the displayed dialog boxNameIn that column, Type
    "ADT plugin", type the following address in the location column:

    https://dl-ssl.google.com/android/eclipse/
  4. ClickOK.

    If it fails, you can replace "HTTPS" in the URL with "HTTP ".

  5. In the updated dialog box, select Developer Tools and clickNext,Be sure not to select another one.
  6. In the next window, you will see a lot of things to be downloaded. ClickNext.
  7. A lot of user protocols, clickFinish.

    If you receive a security warning, clickOK.

  8. Restart eclipse.


With the help of the official Android website, I finally completed all the environment construction.


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.