The Android Open Source Project | b6c1cf6 | 2008-10-21 07:00:00 -0700 | [diff] [blame^] | 1 | <?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 | |
| 13 | <div id="jd-content" style="min-width:820px"> |
| 14 | |
| 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 | |
| 21 | <div class="sidebox-wrapper" style="width:250px"> |
| 22 | <div class="sidebox-inner"> |
| 23 | <h2>Get Started</h2> |
| 24 | <p><a href="requirements.html">System and Sofware Requirements →</a></p> |
| 25 | <p><a href="installing.html">Guide to Installing the SDK →</a></p> |
| 26 | |
| 27 | <h2>Upgrade</h2> |
| 28 | <p><a href="upgrading.html">Upgrading the SDK →</a></p> |
| 29 | <p><a href="">API changes overview →</a></p> |
| 30 | <p><a href="">API differences report →</a></p> |
| 31 | |
| 32 | <h2>Using Eclipse?</h2> |
| 33 | <p>Android provides an Eclipse plugin to help make programming and debugging easier.</p> |
| 34 | <p><a href="">Install Eclipse plugin →</a></p> |
| 35 | </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 | |