blob: e274237ec318112e6e979b99c62f6c0fd05e4c55 [file] [log] [blame]
The Android Open Source Projectb6c1cf62008-10-21 07:00:00 -07001<?cs include:"macros.cs" ?>
2<html>
3<?cs include:"head_tag.cs" ?>
4<body class="gc-documentation">
5<a name="top"></a>
6<?cs call:custom_masthead() ?>
7
8<?cs call:sdk_nav() ?>
9
10
11<div class="g-unit" id="doc-content" >
12
The Android Open Source Projectdcc08f02008-12-17 18:03:49 -080013<div id="jd-content" style="min-width:870px">
The Android Open Source Projectb6c1cf62008-10-21 07:00:00 -070014
15<h1><?cs var:sdk.version ?></h1>
16<p><em>
17<?cs var:sdk.date ?> -
18<a href="RELEASENOTES.html">Release Notes</a>
19</em></p>
20
The Android Open Source Projectdcc08f02008-12-17 18:03:49 -080021<div id="qv-wrapper">
22<div id="qv">
The Android Open Source Projectb6c1cf62008-10-21 07:00:00 -070023<h2>Get Started</h2>
The Android Open Source Projectdcc08f02008-12-17 18:03:49 -080024<p><a href="requirements.html">System and Sofware Requirements</a></p>
25<p><a href="installing.html">Guide to Installing the SDK</a></p>
The Android Open Source Projectb6c1cf62008-10-21 07:00:00 -070026
27<h2>Upgrade</h2>
The Android Open Source Projectdcc08f02008-12-17 18:03:49 -080028<p><a href="upgrading.html">Upgrading the SDK</a></p>
29<p><a href="migrating/changes-overview.html">API changes overview</a></p>
30<p><a href="migrating/changes.html">API differences report</a></p>
The Android Open Source Projectb6c1cf62008-10-21 07:00:00 -070031
32<h2>Using Eclipse?</h2>
33<p>Android provides an Eclipse plugin to help make programming and debugging easier.</p>
The Android Open Source Projectdcc08f02008-12-17 18:03:49 -080034<p><a href="<?cs var:toroot ?>guide/developing/tools/adt.html">Install Eclipse plugin</a></p>
The Android Open Source Projectb6c1cf62008-10-21 07:00:00 -070035</div>
36</div>
37
38
39<p>Before downloading, please read the <a href="terms.html">Terms</a>
40 that govorn the use of the Android SDK.</p>
41
42<p class="special-note"><strong>Please note:</strong> The Android SDK is under active development.
43 Please keep this in mind as you explore its capabilities. If you discover any issues, we
44 welcome you to notify us of them via our Issue Tracker.</p>
45
46<table class="download">
47 <tr>
48 <th>Platform</th>
49 <th>Package</th>
50 <th>Size</th>
51 <th>MD5 Checksum</th>
52</tr>
53<tr>
54 <td>Windows</td>
55 <td>
56<a href="http://dl.google.com/android/<?cs var:sdk.win_download ?>"><?cs var:sdk.win_download ?></a>
57 </td>
58 <td><?cs var:sdk.win_bytes ?></td>
59 <td><?cs var:sdk.win_checksum ?></td>
60</tr>
61<tr class="alt-color">
62 <td>Mac OS X (intel)</td>
63 <td>
64<a href="http://dl.google.com/android/<?cs var:sdk.mac_download ?>"><?cs var:sdk.mac_download ?></a>
65 </td>
66 <td><?cs var:sdk.mac_bytes ?></td>
67 <td><?cs var:sdk.mac_checksum ?></td>
68</tr>
69<tr>
70 <td>Linux (i386)</td>
71 <td>
72<a href="http://dl.google.com/android/<?cs var:sdk.linux_download ?>"><?cs var:sdk.linux_download ?></a>
73 </td>
74 <td><?cs var:sdk.linux_bytes ?></td>
75 <td><?cs var:sdk.linux_checksum ?></td>
76</tr>
77</table>
78
79
80</div><!-- end jd-content -->
81
82<?cs include:"footer.cs" ?>
83</div><!-- end doc-content -->
84</div><!-- end body-content -->
85<?cs include:"analytics.cs" ?>
86</body>
87</html>
88
89
90