본문 바로가기

Android

안드로이드 개발 준비 / before develop android

안드로이드 개발자 페이지



다운로드 안드로이드 SDK : 아래에서 window라면 installer를 다운로드 하고 설치 

Download the Android SDK

Welcome Developers! If you are new to the Android SDK, please read the steps below, for an overview of how to set up the SDK.

If you're already using the Android SDK, you should update to the latest tools or platform using the Android SDK and AVD Manager, rather than downloading a new SDK starter package. See Adding SDK Components.

PlatformPackageSizeMD5 Checksum
Windows android-sdk_r09-windows.zip 32779808 bytes 1a1bb8fad80bcc2dfbd00443b9a13e6b
installer_r09-windows.exe (Recommended) 32828818 bytes a0185701ac0d635a4fbf8169ac949a3c5b3d31e0
Mac OS X (intel) android-sdk_r09-mac_x86.zip 28829553 bytes ef3102fdbbbbd9bf4d9b572624aa9dc1
Linux (i386) android-sdk_r09-linux_x86.tgz 26917824 bytes 9fefac5ff85d329836439f6e77a78cae

eclipse용 plug in 설치 : 내 eclipse는 Helios기 때문에 아래 (https://dl-ssl.google.com/android/eclipse/) 를 설치 했다.

Downloading the ADT Plugin

Use Update Manager feature of your Eclipse installation to install the latest revision of ADT on your development computer.

Assuming that you have a compatible version of the Eclipse IDE installed, as described in Preparing for Installation, above, follow these steps to download the ADT plugin and install it in your Eclipse environment.

Eclipse 3.5 (Galileo) and 3.6 (Helios)Eclipse 3.4 (Ganymede)
  1. Start Eclipse, then select Help > Install New Software....
  2. Click Add, in the top-right corner.
  3. In the Add Repository dialog that appears, enter "ADT Plugin" for theName and the following URL for the Location:
    https://dl-ssl.google.com/android/eclipse/

    Note: If you have trouble acquiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons).

    Click OK.

  4. In the Available Software dialog, select the checkbox next to Developer Tools and click Next.
  5. In the next window, you'll see a list of the tools to be downloaded. Click Next.
  6. Read and accept the license agreements, then click Finish.
  7. When the installation completes, restart Eclipse.
  1. Start Eclipse, then select Help > Software Updates.... In the dialog that appears, click the Available Software tab.
  2. Click Add Site.
  3. In the Add Site dialog that appears, enter this URL in the "Location" field:
    https://dl-ssl.google.com/android/eclipse/

    Note: If you have trouble acquiring the plugin, you can try using "http" in the URL, instead of "https" (https is preferred for security reasons).

    Click OK.

  4. Back in the Available Software view, you should see the plugin listed by the URL, with "Developer Tools" nested within it. Select the checkbox next to Developer Tools, which will automatically select the nested tools. Then clickInstall
  5. On the subsequent Install window, all of the included tools should be checked. Click Next.
  6. Read and accept the license agreements, then click Finish.
  7. When the installation completes, restart Eclipse.