summaryrefslogtreecommitdiffstats
path: root/docs/html/sdk/index.jd
blob: b56ccdbd83f0e76b5d83941bfad5afd02898b0f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
page.title=Android SDK
page.metaDescription=Download the official Android SDK to develop apps for Android-powered devices.
sdk.redirect=0

sdk.win_installer=installer_r18-windows.exe
sdk.win_installer_bytes=37456234
sdk.win_installer_checksum=48b1fe7b431afe6b9c8a992bf75dd898

sdk.win_download=android-sdk_r18-windows.zip
sdk.win_bytes=37448775
sdk.win_checksum=bfbfdf8b2d0fdecc2a621544d706fa98

sdk.mac_download=android-sdk_r18-macosx.zip
sdk.mac_bytes=33903758
sdk.mac_checksum=8328e8a5531c9d6f6f1a0261cb97af36

sdk.linux_download=android-sdk_r18-linux.tgz
sdk.linux_bytes=29731463
sdk.linux_checksum=6cd716d0e04624b865ffed3c25b3485c

@jd:body

<div class="non-preview">
<p>Here's an overview of the steps you must follow to set up the Android SDK:</p>

<ol>
  <li>Prepare your development computer and ensure it meets the system requirements.</li>
  <li>Install the SDK starter package from the table above. (If you're on Windows, download the
installer for help with the initial setup.)</li>
  <li>Install the ADT Plugin for Eclipse (if you'll be developing in Eclipse).</li>
  <li>Add Android platforms and other packages to your SDK.</li>
  <li>Explore the contents of the Android SDK (optional).</li>
</ol>

<p class="online-message">To get started, download the appropriate package from the table above,
then read the guide to <a href="installing.html">Installing the SDK</a>.</p>

<!-- non-inline style and based on only one selector so that
     it can be overriden by the sdkpage.cs template -->
<style type="text/css">
  .offline-message { display:none; }
</style>

<p class="offline-message">For more information about how to set up your
development environment, read the guide to <a href="installing.html">Installing the SDK</a>.</p>

</div>