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