Android SDK Quick Start
Windows 2010/01/05 14:02Quick Start
아래 단계는 Android SDK를 처음 시작하는 방법에 대한 개요를 제공합니다. 자세한 정보는 설치 안내서를 보시기 바랍니다.
0. 개발 PC를 준비하기
시스템 요구사항 문서를 읽고 Android SDK개발을 위한 하드웨어와 소프트웨어 요구사항에 해당 하는지를 확인합니다. Android SDK를 다운로드 하기 전에 추가적인 소프트웨어를 설치해야 할 수 있습니다. 이클립스 IDE에서 ADT플러그인 (아래참조)을 이용해서 안드로이드 프로그램을 개발할 계획이라면 설치되어 있는 이클립스 버전을 확인해야 합니다.
1. SDK 시작 패키지 다운로드와 설치
이 페이지 상단의 표에서 시작 패키지를 선택하고 개발PC에 다운로드 받습니다. SDK를 설치하려면 안전한 위치에 시작 패키지를 단순히 풀어내고 PATH에 위치를 등록해 주면 됩니다.
2. 이클립스용 ADT 플러그인 설치
이클립스에서 개발하기를 원한다면 원격업데이트 사이트를 설정하고 Andoid Develeopment Tools(ADT) 플로그인을 설치하면 됩니다. 자세한 정보는 ADT설치와 업그레이드를 보시기 바랍니다.
3. SDK에 안드로이드 플랫폼 등록
Use the Android SDK and AVD Manager, included in the SDK starter package, to add one or more Android platforms (for example, Android 1.6 or Android 2.0) to your SDK. In most cases, you will want to download multiple platforms, so that you can build your application on the lowest version you want to support, but test against higher versions that you intend the application to run on. Information about each platform is available at left, under "Downloadable SDK Components."
To launch the Android SDK and AVD Manager on Windows, execute SDK
Setup.exe, at the root of the SDK directory. On Mac OS X or
Linux,
execute the android tool in the <sdk>/tools/
folder. For more information about how to add platforms and other
components,
see Adding
SDK Components.
4. Get the latest documentation
If you develop while offline, use the Android SDK and AVD Manager to
download
the latest documentation package. The documentation covers all versions
of the
API and lets you filter out those versions that your application won't
support.
Once installed, the documentation is also available to you directly from
the
Eclipse IDE.
5. Download other SDK components
You can use the Android SDK and AVD Manager to download other SDK
components,
such as the SDK add-ons. An SDK add-on provides a development
environment for an
Android external library or a customized Android system image. For
example, the
Google APIs Add-On lets you develop an application that takes advantage
of the
Google Maps external library.
6. Get started with an application project
Once you've set up your SDK, the next step is to start a new application project or move existing applications into the new SDK.
If you are new to Android, you can use the Hello World tutorial to get started quickly. Next Steps offers other suggestions of how to begin. Welcome!
'Windows' 카테고리의 다른 글
| IE8에서 ActiveX 디버깅 하기, 세션별 쿠키값 따로 저장하기 (0) | 2010/01/11 |
|---|---|
| Visual Stdio 버전 검사 _MSCVER 매크로 이용 (0) | 2010/01/11 |
| Android SDK Quick Start (0) | 2010/01/05 |
| Internet Explorer 툴바 메뉴에 에드온 추가하기 : 툴바 버튼 (0) | 2009/11/04 |
| Internet Explorer 컨텍스트 메뉴에 에드온 추가하기 : 메뉴 커스트마이징 (0) | 2009/11/04 |
| InnoSetup에서 .Net framework 및 vs2005, vs2008 runtime redistributable package 배포하기 (0) | 2009/08/20 |
