Home | History | Annotate | Download | only in sdk
      1 page.title=Android SDK
      2 sdk.redirect=0
      3 
      4 sdk.win_installer=installer_r15-windows.exe
      5 sdk.win_installer_bytes=33902520
      6 sdk.win_installer_checksum=ee8481cb86a6646a4d963d5142902c5c
      7 
      8 sdk.win_download=android-sdk_r15-windows.zip
      9 sdk.win_bytes=33895447
     10 sdk.win_checksum=cc2aadf7120d12b574981461736a96e9
     11 
     12 sdk.mac_download=android-sdk_r15-macosx.zip
     13 sdk.mac_bytes=30469921
     14 sdk.mac_checksum=03d2cdd3565771e8c7a438f1c40cc8a5
     15 
     16 sdk.linux_download=android-sdk_r15-linux.tgz
     17 sdk.linux_bytes=26124434
     18 sdk.linux_checksum=f529681fd1eda11c6e1e1d44b42c1432
     19 
     20 @jd:body
     21 
     22 <div class="non-preview">
     23 <p>Here's an overview of the steps you must follow to set up the Android SDK:</p>
     24 
     25 <ol>
     26   <li>Prepare your development computer and ensure it meets the system requirements.</li>
     27   <li>Install the SDK starter package from the table above. (If you're on Windows, download the
     28 installer for help with the initial setup.)</li>
     29   <li>Install the ADT Plugin for Eclipse (if you'll be developing in Eclipse).</li>
     30   <li>Add Android platforms and other components to your SDK.</li>
     31   <li>Explore the contents of the Android SDK (optional).</li>
     32 </ol>
     33 
     34 <p class="online-message">To get started, download the appropriate package from the table above,
     35 then read the guide to <a href="installing.html">Installing the SDK</a>.</p>
     36 
     37 <!-- non-inline style and based on only one selector so that
     38      it can be overriden by the sdkpage.cs template -->
     39 <style type="text/css">
     40   .offline-message { display:none; }
     41 </style>
     42 
     43 <p class="offline-message">For more information about how to set up your
     44 development environment, read the guide to <a href="installing.html">Installing the SDK</a>.</p>
     45 
     46 </div>
     47