blob: e5ad1068883046bb4b36478b10ebc373345b1b33 [file] [log] [blame]
The Android Open Source Project88b60792009-03-03 19:28:42 -08001<?cs include:"doctype.cs" ?>
2<?cs include:"macros.cs" ?>
3<html>
4<?cs if:sdk.redirect ?>
5 <head>
6 <title>Redirecting...</title>
Dirk Dougherty82ed8f82009-04-20 17:54:49 -07007 <meta http-equiv="refresh" content="0;url=<?cs var:toroot ?>sdk/<?cs var:sdk.current ?>/index.html">
The Android Open Source Project88b60792009-03-03 19:28:42 -08008 <link href="<?cs var:toroot ?>assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
9 </head>
10<?cs else ?>
11 <?cs include:"head_tag.cs" ?>
12<?cs /if ?>
13<body class="gc-documentation">
14<a name="top"></a>
15<?cs call:custom_masthead() ?>
16
17<?cs call:sdk_nav() ?>
18
The Android Open Source Project88b60792009-03-03 19:28:42 -080019<?cs if:sdk.redirect ?>
Dirk Dougherty19a4bd12009-04-24 11:30:32 -070020<div class="g-unit">
21 <div id="jd-content">
22 <p>Redirecting to
23 <a href="/sdk/<?cs var:sdk.current ?>/index.html">
24 /sdk/<?cs var:sdk.current ?>/index.html
25 </a></p>
The Android Open Source Project88b60792009-03-03 19:28:42 -080026<?cs else ?>
Dirk Dougherty19a4bd12009-04-24 11:30:32 -070027<div class="g-unit" id="doc-content" >
The Android Open Source Project88b60792009-03-03 19:28:42 -080028 <div id="jd-header" class="guide-header" >
29 <span class="crumb">&nbsp;</span>
Dirk Dougherty55534c82009-04-21 18:52:37 -070030 <h1><?cs if:android.whichdoc == "online" ?>Download <?cs /if ?><?cs var:page.title ?></h1>
The Android Open Source Project88b60792009-03-03 19:28:42 -080031 </div>
32
Dirk Dougherty19a4bd12009-04-24 11:30:32 -070033 <div id="jd-content">
The Android Open Source Project88b60792009-03-03 19:28:42 -080034 <p><em>
35 <?cs var:sdk.date ?>
36 </em></p>
37
38<?cs if:sdk.not_latest_version ?>
39 <div class="special">
40 <p><strong>This is NOT the current Android SDK release.</strong></p>
41 <p>Use the links under <strong>Current SDK Release</strong>, on the left, to be directed to the current SDK.</p>
42 </div>
43<?cs /if ?>
44
45
46<?cs if:android.whichdoc != "online" ?>
47
48<p>The sections below provide an overview of the SDK package. </p>
49
50<?cs else ?>
51
Dirk Dougherty82ed8f82009-04-20 17:54:49 -070052<p>Before downloading, please read the <a href="requirements.html">
The Android Open Source Project88b60792009-03-03 19:28:42 -080053System Requirements</a> document. As you start the download, you will also need to review and agree to
54the Terms and Conditions that govern the use of the Android SDK. </p>
55
56 <table class="download">
57 <tr>
58 <th>Platform</th>
59 <th>Package</th>
60 <th>Size</th>
61 <th>MD5 Checksum</th>
62 </tr>
63 <tr>
64 <td>Windows</td>
65 <td>
66 <a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.win_download ?>"><?cs var:sdk.win_download ?></a>
67 </td>
68 <td><?cs var:sdk.win_bytes ?> bytes</td>
69 <td><?cs var:sdk.win_checksum ?></td>
70 </tr>
71 <tr class="alt-color">
72 <td>Mac OS X (intel)</td>
73 <td>
74 <a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.mac_download ?>"><?cs var:sdk.mac_download ?></a>
75 </td>
76 <td><?cs var:sdk.mac_bytes ?> bytes</td>
77 <td><?cs var:sdk.mac_checksum ?></td>
78 </tr>
79 <tr>
80 <td>Linux (i386)</td>
81 <td>
82 <a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.linux_download ?>"><?cs var:sdk.linux_download ?></a>
83 </td>
84 <td><?cs var:sdk.linux_bytes ?> bytes</td>
85 <td><?cs var:sdk.linux_checksum ?></td>
86 </tr>
87 </table>
88
89<?cs /if ?>
90
91 <?cs call:tag_list(root.descr) ?>
92
93<?cs /if ?>
94</div><!-- end jd-content -->
95
Dirk Dougherty19a4bd12009-04-24 11:30:32 -070096<?cs if:!sdk.redirect ?>
97 <?cs include:"footer.cs" ?>
98<?cs /if ?>
99
The Android Open Source Project88b60792009-03-03 19:28:42 -0800100</div><!-- end doc-content -->
101
102<?cs include:"trailer.cs" ?>
103
104</body>
105</html>
106
107
108