-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
632ded7
commit 8e4099b
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: SDK (Software Development Kit) (ソフトウェア開発キット) | ||
slug: Glossary/SDK | ||
l10n: | ||
sourceCommit: d1e0c2b95f6f77e775dcf532b5b6ddc30dbd5129 | ||
--- | ||
|
||
{{GlossarySidebar}} | ||
|
||
**SDK**(**Software Development Kit**)とは、開発者が特定のフレームワーク、オペレーティングシステム、その他のプラットフォーム向けのソフトウェアを作成するために使用できる統合されたツール群です。SDK には以下が含まれます: | ||
|
||
- エディター | ||
- コンパイラー | ||
- デバッガー | ||
- エミュレーターまたはシミュレーター。対象のプラットフォームがプログラムを作成したプラットフォームと異なる場合。 | ||
- 配布のためのプログラムのテストとパッケージを支援するツール。 | ||
|
||
SDK は通常、ソフトウェアプラットフォームの所有者によって提供され、そのプラットフォームを対象とする開発者をサポートします。例えば、Google は Android アプリを書く開発者のために [Android SDK](https://developer.android.com/studio) を提供しています。 | ||
|
||
多くの点で、最近のウェブブラウザに組み込まれている {{Glossary("developer tools")}} は、ウェブ開発者に同様の機能を提供しています。 |