sdkpage.cs revision 19a4bd164eec255f62cde30f4afc39f0aeb35c04
1<?cs include:"doctype.cs" ?>
2<?cs include:"macros.cs" ?>
3<html>
4<?cs if:sdk.redirect ?>
5  <head>
6    <title>Redirecting...</title>
7    <meta http-equiv="refresh" content="0;url=<?cs var:toroot ?>sdk/<?cs var:sdk.current ?>/index.html">
8    <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
19<?cs if:sdk.redirect ?>
20<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>
26<?cs else ?>
27<div class="g-unit" id="doc-content" >
28  <div id="jd-header" class="guide-header" >
29    <span class="crumb">&nbsp;</span>
30    <h1><?cs if:android.whichdoc == "online" ?>Download <?cs /if ?><?cs var:page.title ?></h1>
31  </div>
32
33  <div id="jd-content">
34    <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
52<p>Before downloading, please read the <a href="requirements.html">
53System 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
96<?cs if:!sdk.redirect ?>
97     <?cs include:"footer.cs" ?>
98<?cs /if ?>
99
100</div><!-- end doc-content -->
101
102<?cs include:"trailer.cs" ?>
103
104</body>
105</html>
106
107
108
109