기술(Tech, IT)/안드로이드(Android)

[Android] Android SDK(Software Development Kit)

Daniel803 2023. 2. 20. 03:02

위키에 따르면

:  The Android SDK is a software development kit that includes a comprehensive set of development tools. These include a debugger, libraries, a handset emulator based on QEMU, documentation, sample code, and tutorials.

: Android SDK는 소프트웨어 개발 도구로 포괄적인 개발 도구들은 포함하고 있다. 여기에는 디버거, 라이브러리, 에뮬레이터, 문서, 샘플 코드, 튜토리얼이 포함돼 있다.

 

 SDK라는 용어 자체는 Android에서 많이 쓰이지만 Android에 국한된 용어는 아니다. JDK의 경우 Java Development Kit로 Java 개발을 위한 개발 도구 모음으로 library, API, documentation, compiler 등을 포함한 비슷한 개념으로 생각하면 된다.

 

출처

- https://en.wikipedia.org/wiki/Android_SDK