47 lines
1.6 KiB
Plaintext
47 lines
1.6 KiB
Plaintext
page.title=Android SDK
|
|
sdk.redirect=0
|
|
|
|
sdk.win_installer=installer_r13-windows.exe
|
|
sdk.win_installer_bytes=36533357
|
|
sdk.win_installer_checksum=cd3a76fe2b8ed62b2d03cf1851692e2d
|
|
|
|
sdk.win_download=android-sdk_r13-windows.zip
|
|
sdk.win_bytes=36487911
|
|
sdk.win_checksum=de8a039891e5e65b7742f188f07b992d
|
|
|
|
sdk.mac_download=android-sdk_r13-mac_x86.zip
|
|
sdk.mac_bytes=30233944
|
|
sdk.mac_checksum=f4002a0344b48856c09dec796acecd4d
|
|
|
|
sdk.linux_download=android-sdk_r13-linux_x86.tgz
|
|
sdk.linux_bytes=30034328
|
|
sdk.linux_checksum=d80d7530a46c665644ae76084a9a0dc4
|
|
|
|
@jd:body
|
|
|
|
<div class="non-preview">
|
|
<p>Here's an overview of the steps you must follow to set up the Android SDK:</p>
|
|
|
|
<ol>
|
|
<li>Prepare your development computer and ensure it meets the system requirements.</li>
|
|
<li>Install the SDK starter package from the table above. (If you're on Windows, download the
|
|
installer for help with the initial setup.)</li>
|
|
<li>Install the ADT Plugin for Eclipse (if you'll be developing in Eclipse).</li>
|
|
<li>Add Android platforms and other components to your SDK.</li>
|
|
<li>Explore the contents of the Android SDK (optional).</li>
|
|
</ol>
|
|
|
|
<p class="online-message">To get started, download the appropriate package from the table above,
|
|
then read the guide to <a href="installing.html">Installing the SDK</a>.</p>
|
|
|
|
<!-- non-inline style and based on only one selector so that
|
|
it can be overriden by the sdkpage.cs template -->
|
|
<style type="text/css">
|
|
.offline-message { display:none; }
|
|
</style>
|
|
|
|
<p class="offline-message">For more information about how to set up your
|
|
development environment, read the guide to <a href="installing.html">Installing the SDK</a>.</p>
|
|
|
|
</div>
|