Android development of the IDE, ADT, SDK, JDK, ndk, and other noun explanations _android

Source: Internet
Author: User

1. IDE:

The abbreviation of Intelligent Development environm. That is, the intelligent development environment. is a development tool. The common IDE has Adt-bundles and Android studio. All two need to configure JDK.

2. ADT:

The abbreviation for Android Development tools. The Android development tool. ADT is a plug-in for eclipse. A bridge between the eclipse and the SDK.

3. SDK:

Soft Development Kit's short name. Software Development Toolkit. In Android, it provides developers with library files and other tools for development.

4. JDK:

Java Development Kit. Includes the Java Runtime Environment, Java tools, and Java base class libraries.

5. NDK:

Concept:
(1). NDK is a collection of tools. Help developers quickly develop the dynamic libraries of C/D + +.
and can automatically package so and Java applications together into a apk. The tools that help developers are huge.
(2). NDK will be the start of the Android platform Development support for C development.
Role:
(1). Protection of code. Because Java-layer code is easy to decompile, it is difficult to decompile a C + + library.
(2). Can easily use the existing open Source library. Most of the existing open source libraries are written in C + + code.
(3). Improve the efficiency of program execution. High-performance application logic will be required to use C development, thereby increasing the execution efficiency of the application.
(4). Easy to transplant. The library written in C/C + + can be easily reused on other embedded platforms.

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.