Merge "docs: SDK / ADT 22.0.5 Release Notes" into jb-mr2-docs

This commit is contained in:
Scott Main
2013-07-29 18:34:56 +00:00
committed by Android (Google) Code Review
4 changed files with 235 additions and 144 deletions

View File

@ -5,43 +5,43 @@ header.hide=1
page.metaDescription=Download the official Android SDK to develop apps for Android-powered devices.
sdk.linux32_bundle_download=adt-bundle-linux-x86-20130717.zip
sdk.linux32_bundle_bytes=440035305
sdk.linux32_bundle_checksum=ecfacb91df1ee63cce1edd4f1a5cda5a
sdk.linux32_bundle_download=adt-bundle-linux-x86-20130725.zip
sdk.linux32_bundle_bytes=457713275
sdk.linux32_bundle_checksum=d4f59b1bc4011fce9a1d5b00744a60ca
sdk.linux64_bundle_download=adt-bundle-linux-x86_64-20130717.zip
sdk.linux64_bundle_bytes=440322117
sdk.linux64_bundle_checksum=ab177a06784340b8f1d136651e3dc62a
sdk.linux64_bundle_download=adt-bundle-linux-x86_64-20130725.zip
sdk.linux64_bundle_bytes=458002832
sdk.linux64_bundle_checksum=74e39c9a2fd4b87c3b3c3761d0185309
sdk.mac64_bundle_download=adt-bundle-mac-x86_64-20130717.zip
sdk.mac64_bundle_bytes=411609229
sdk.mac64_bundle_checksum=07c891212a49b5f8495ea9d8d47ba3fe
sdk.mac64_bundle_download=adt-bundle-mac-x86_64-20130725.zip
sdk.mac64_bundle_bytes=428791902
sdk.mac64_bundle_checksum=ba3be7cb41d47a24d7fb195048cde28e
sdk.win32_bundle_download=adt-bundle-windows-x86-20130717.zip
sdk.win32_bundle_bytes=446783216
sdk.win32_bundle_checksum=0dd91095999d3539ca1ec4033d83d935
sdk.win32_bundle_download=adt-bundle-windows-x86-20130725.zip
sdk.win32_bundle_bytes=463927918
sdk.win32_bundle_checksum=f208a6fb0a3caf5ae3a2956b33d54050
sdk.win64_bundle_download=adt-bundle-windows-x86_64-20130717.zip
sdk.win64_bundle_bytes=446911629
sdk.win64_bundle_checksum=61ec74995b39166db7f079017a028cec
sdk.win64_bundle_download=adt-bundle-windows-x86_64-20130725.zip
sdk.win64_bundle_bytes=464061111
sdk.win64_bundle_checksum=e86e78b354d56695c743fba21e0631d6
sdk.linux_download=android-sdk_r22.0.4-linux.tgz
sdk.linux_bytes=105640988
sdk.linux_checksum=4a5db98a58c68c24e66f04f07ac77da5
sdk.linux_download=android-sdk_r22.0.5-linux.tgz
sdk.linux_bytes=105642171
sdk.linux_checksum=269128dca2c738e770d13b7bc60a412f
sdk.mac_download=android-sdk_r22.0.4-macosx.zip
sdk.mac_bytes=77225662
sdk.mac_checksum=384752505f4f2ba3627bd6aad0697f11
sdk.mac_download=android-sdk_r22.0.5-macosx.zip
sdk.mac_bytes=77225976
sdk.mac_checksum=36995e2c1ab2bc162585c7557049e75b
sdk.win_download=android-sdk_r22.0.4-windows.zip
sdk.win_bytes=113507679
sdk.win_checksum=320b11d1ed85fd3f5e937697c333d895
sdk.win_download=android-sdk_r22.0.5-windows.zip
sdk.win_bytes=113507870
sdk.win_checksum=0740ec166c2c8a6eb10a5d1729810313
sdk.win_installer=installer_r22.0.4-windows.exe
sdk.win_installer_bytes=93502726
sdk.win_installer_checksum=96a8ae367d84ed219e1eb2cf473667d0
sdk.win_installer=installer_r22.0.5-windows.exe
sdk.win_installer_bytes=93502999
sdk.win_installer_checksum=be10f2d80a9db7e8e542a3e5d06c64a5

View File

@ -1,8 +1,8 @@
page.title=Installing the Eclipse Plugin
adt.zip.version=22.0.4
adt.zip.download=ADT-22.0.4.zip
adt.zip.bytes=16838756
adt.zip.checksum=f0291f4bb9d78ec34a7751cd2402cc2a
adt.zip.version=22.0.5
adt.zip.download=ADT-22.0.5.zip
adt.zip.bytes=16839876
adt.zip.checksum=775e4f8d20fe3a12207e6c01319af9f0
@jd:body

View File

@ -57,6 +57,41 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues
<div class="toggle-content opened">
<p><a href="#" onclick="return toggleContent(this)">
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img"
alt=""/>ADT 22.0.5</a> <em>(July 2013)</em>
</p>
<div class="toggle-content-toggleme">
<dl>
<dt>Dependencies:</dt>
<dd>
<ul>
<li>Java 1.6 or higher is required.</li>
<li>Eclipse Helios (Version 3.6.2) or higher is required.</li>
<li>This version of ADT is designed for use with
<a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r22.0.5</a>.
If you haven't already installed SDK Tools r22.0.5 into your SDK, use the
Android SDK Manager to do so.</li>
</ul>
</dd>
<dt>General Notes:</dt>
<dd>
<ul>
<li>Fixed Renderscript compiling issue for Windows platforms.</li>
<li>Updated <a href="{@docRoot}tools/help/systrace.html">Systrace</a> report generation
in the Monitor and DDMS perspectives.</li>
</ul>
</dd>
</dl>
</div>
</div>
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
<img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
alt=""/>ADT 22.0.4</a> <em>(July 2013)</em>
</p>
@ -66,11 +101,12 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues
<dd>
<ul>
<li>Java 1.6 or higher is required for ADT 22.0.4.</li>
<li>Eclipse Helios (Version 3.6.2) or higher is required for ADT 22.0.4.</li>
<li>ADT 22.0.4 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK
Tools r22.0.4</a>. If you haven't already installed SDK Tools r22.0.4 into your SDK, use the
Android SDK Manager to do so.</li>
<li>Java 1.6 or higher is required.</li>
<li>Eclipse Helios (Version 3.6.2) or higher is required.</li>
<li>This version of ADT is designed for use with
<a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r22.0.4</a>.
If you haven't already installed SDK Tools r22.0.4 into your SDK, use the
Android SDK Manager to do so.</li>
</ul>
</dd>
@ -102,11 +138,12 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues
<dd>
<ul>
<li>Java 1.6 or higher is required for ADT 22.0.1.</li>
<li>Eclipse Helios (Version 3.6.2) or higher is required for ADT 22.0.1.</li>
<li>ADT 22.0.1 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK
Tools r22.0.1</a>. If you haven't already installed SDK Tools r22 into your SDK, use the
Android SDK Manager to do so.</li>
<li>Java 1.6 or higher is required.</li>
<li>Eclipse Helios (Version 3.6.2) or higher is required.</li>
<li>This version of ADT is designed for use with
<a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r22.0.1</a>.
If you haven't already installed SDK Tools r22.0.1 into your SDK, use the
Android SDK Manager to do so.</li>
</ul>
</dd>
@ -138,11 +175,12 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues
<dd>
<ul>
<li>Java 1.6 or higher is required for ADT 22.0.0.</li>
<li>Eclipse Helios (Version 3.6.2) or higher is required for ADT 22.0.0.</li>
<li>ADT 22.0.0 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK
Tools r22</a>. If you haven't already installed SDK Tools r22 into your SDK, use the
Android SDK Manager to do so.</li>
<li>Java 1.6 or higher is required.</li>
<li>Eclipse Helios (Version 3.6.2) or higher is required.</li>
<li>This version of ADT is designed for use with
<a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r22</a>.
If you haven't already installed SDK Tools r22 into your SDK, use the
Android SDK Manager to do so.</li>
</ul>
</dd>
@ -181,11 +219,12 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues
<dd>
<ul>
<li>Java 1.6 or higher is required for ADT 21.1.0.</li>
<li>Eclipse Helios (Version 3.6.2) or higher is required for ADT 21.1.0.</li>
<li>ADT 21.1.0 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK
Tools r21.1</a>. If you haven't already installed SDK Tools r21.1 into your SDK, use the
Android SDK Manager to do so.</li>
<li>Java 1.6 or higher is required.</li>
<li>Eclipse Helios (Version 3.6.2) or higher is required.</li>
<li>This version of ADT is designed for use with
<a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r21.1</a>.
If you haven't already installed SDK Tools r21.1 into your SDK, use the
Android SDK Manager to do so.</li>
</ul>
</dd>
@ -238,11 +277,12 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues
<dd>
<ul>
<li>Java 1.6 or higher is required for ADT 21.0.1.</li>
<li>Eclipse Helios (Version 3.6.2) or higher is required for ADT 21.0.1.</li>
<li>ADT 21.0.1 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK
Tools r21.0.1</a>. If you haven't already installed SDK Tools r21.0.1 into your SDK, use the
Android SDK Manager to do so.</li>
<li>Java 1.6 or higher is required.</li>
<li>Eclipse Helios (Version 3.6.2) or higher is required.</li>
<li>This version of ADT is designed for use with
<a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r21.0.1</a>.
If you haven't already installed SDK Tools r21.0.1 into your SDK, use the
Android SDK Manager to do so.</li>
</ul>
</dd>
@ -357,11 +397,12 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues
<dd>
<ul>
<li>Java 1.6 or higher is required for ADT 20.0.3.</li>
<li>Eclipse Helios (Version 3.6.2) or higher is required for ADT 21.0.0.</li>
<li>ADT 21.0.0 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK
Tools r21</a>. If you haven't already installed SDK Tools r21.0.0 into your SDK, use the
Android SDK Manager to do so.</li>
<li>Java 1.6 or higher is required.</li>
<li>Eclipse Helios (Version 3.6.2) or higher is required.</li>
<li>This version of ADT is designed for use with
<a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r21</a>.
If you haven't already installed SDK Tools r21.0.0 into your SDK, use the
Android SDK Manager to do so.</li>
</ul>
</dd>
@ -478,11 +519,12 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues
<dd>
<ul>
<li>Java 1.6 or higher is required for ADT 20.0.3.</li>
<li>Eclipse Helios (Version 3.6.2) or higher is required for ADT 20.0.3.</li>
<li>ADT 20.0.3 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK
Tools r20.0.3</a>. If you haven't already installed SDK Tools r20.0.3 into your SDK, use the
Android SDK Manager to do so.</li>
<li>Java 1.6 or higher is required.</li>
<li>Eclipse Helios (Version 3.6.2) or higher is required.</li>
<li>This version of ADT is designed for use with
<a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r20.0.3</a>.
If you haven't already installed SDK Tools r20.0.3 into your SDK, use the
Android SDK Manager to do so.</li>
</ul>
</dd>
@ -512,11 +554,12 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues
<dd>
<ul>
<li>Java 1.6 or higher is required for ADT 20.0.2.</li>
<li>Eclipse Helios (Version 3.6.2) or higher is required for ADT 20.0.2.</li>
<li>ADT 20.0.2 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK
Tools r20.0.1</a>. If you haven't already installed SDK Tools r20.0.1 into your SDK, use the
Android SDK Manager to do so.</li>
<li>Java 1.6 or higher is required.</li>
<li>Eclipse Helios (Version 3.6.2) or higher is required.</li>
<li>This version of ADT is designed for use with
<a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r20.0.1</a>.
If you haven't already installed SDK Tools r20.0.1 into your SDK, use the
Android SDK Manager to do so.</li>
</ul>
</dd>
@ -547,11 +590,12 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues
<dd>
<ul>
<li>Java 1.6 or higher is required for ADT 20.0.1.</li>
<li>Eclipse Helios (Version 3.6.2) or higher is required for ADT 20.0.1.</li>
<li>ADT 20.0.1 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK
Tools r20.0.1</a>. If you haven't already installed SDK Tools r20.0.1 into your SDK, use the
Android SDK Manager to do so.</li>
<li>Java 1.6 or higher is required.</li>
<li>Eclipse Helios (Version 3.6.2) or higher is required.</li>
<li>This version of ADT is designed for use with
<a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r20.0.1</a>.
If you haven't already installed SDK Tools r20.0.1 into your SDK, use the
Android SDK Manager to do so.</li>
</ul>
</dd>
@ -588,11 +632,12 @@ unprotected receivers for default Android actions.</li>
<dd>
<ul>
<li>Java 1.6 or higher is required for ADT 20.0.0.</li>
<li>Eclipse Helios (Version 3.6.2) or higher is required for ADT 20.0.0.</li>
<li>ADT 20.0.0 is designed for use with <a href="{@docRoot}sdk/tools-notes.html">SDK Tools
r20</a>. If you haven't already installed SDK Tools r20 into your SDK, use the Android SDK
Manager to do so.</li>
<li>Java 1.6 or higher is required.</li>
<li>Eclipse Helios (Version 3.6.2) or higher is required.</li>
<li>This version of ADT is designed for use with
<a href="{@docRoot}sdk/tools-notes.html">SDK Tools r20</a>.
If you haven't already installed SDK Tools r20 into your SDK, use the Android SDK
Manager to do so.</li>
</ul>
</dd>
@ -711,11 +756,12 @@ functions.</li>
<dd>
<ul>
<li>Java 1.6 or higher is required for ADT 18.0.0.</li>
<li>Eclipse Helios (Version 3.6.2) or higher is required for ADT 18.0.0.</li>
<li>ADT 18.0.0 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools
r18</a>. If you haven't already installed SDK Tools r18 into your SDK, use the Android SDK
Manager to do so.</li>
<li>Java 1.6 or higher is required.</li>
<li>Eclipse Helios (Version 3.6.2) or higher is required.</li>
<li>This version of ADT is designed for use with
<a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r18</a>.
If you haven't already installed SDK Tools r18 into your SDK, use the Android SDK
Manager to do so.</li>
</ul>
</dd>
@ -746,11 +792,12 @@ functions.</li>
<dd>
<ul>
<li>Java 1.6 or higher is required for ADT 17.0.0.</li>
<li>Eclipse Helios (Version 3.6.2) or higher is required for ADT 17.0.0.</li>
<li>ADT 17.0.0 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools
r17</a>. If you haven't already installed SDK Tools r17 into your SDK, use the Android SDK
Manager to do so.</li>
<li>Java 1.6 or higher is required.</li>
<li>Eclipse Helios (Version 3.6.2) or higher is required.</li>
<li>This version of ADT is designed for use with
<a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r17</a>.
If you haven't already installed SDK Tools r17 into your SDK, use the Android SDK
Manager to do so.</li>
</ul>
</dd>
@ -848,9 +895,10 @@ select. (<a href="http://code.google.com/p/android/issues/detail?id=20589">Issue
<dd>
<ul>
<li>Eclipse Helios (Version 3.6) or higher is required for ADT 16.0.1.</li>
<li>ADT 16.0.1 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools
r16</a>. If you haven't already installed SDK Tools r16 into your SDK, use the Android SDK
<li>Eclipse Helios (Version 3.6) or higher is required.</li>
<li>This version of ADT is designed for use with
<a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r16</a>.
If you haven't already installed SDK Tools r16 into your SDK, use the Android SDK
Manager to do so.</li>
</ul>
</dd>
@ -882,11 +930,11 @@ select. (<a href="http://code.google.com/p/android/issues/detail?id=20589">Issue
<dd>
<ul>
<li>Eclipse Helios (Version 3.6) or higher is required for ADT
16.0.0.</li>
<li>ADT 16.0.0 is designed for use with <a
href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r16</a>. If you haven't already installed SDK Tools
r16 into your SDK, use the Android SDK Manager to do so.</li>
<li>Eclipse Helios (Version 3.6) or higher is required for ADT 16.0.0.</li>
<li>This version of ADT is designed for use with
<a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r16</a>.
If you haven't already installed SDK Tools r16 into your SDK, use
the Android SDK Manager to do so.</li>
</ul>
</dd>
@ -913,9 +961,10 @@ href="http://tools.android.com/recent/lint">more info</a>)</li>
<dl>
<dt>Dependencies:</dt>
<dd>ADT 15.0.1 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r15</a>.
If you haven't already installed SDK Tools r15 into your SDK, use the Android SDK Manager to
do so.</dd>
<dd>This version of ADT is designed for use with
<a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r15</a>.
If you haven't already installed SDK Tools r15 into your SDK, use the Android SDK Manager to
do so.</dd>
<dt>Bug fixes:</dt>
<dd>
@ -948,9 +997,10 @@ href="http://tools.android.com/recent/lint">more info</a>)</li>
<dt>Dependencies:</dt>
<dd>ADT 15.0.0 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r15</a>.
If you haven't already installed SDK Tools r15 into your SDK, use the Android SDK Manager to
do so.</dd>
<dd>This version of ADT is designed for use with
<a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r15</a>.
If you haven't already installed SDK Tools r15 into your SDK, use the Android SDK Manager to
do so.</dd>
<dt>Bug fixes:</dt>
<dd>
@ -980,9 +1030,10 @@ do so.</dd>
<dt>Dependencies:</dt>
<dd>ADT 14.0.0 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r14</a>.
If you haven't already installed SDK Tools r14 into your SDK, use the Android SDK Manager to
do so.</dd>
<dd>This version of ADT is designed for use with
<a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r14</a>.
If you haven't already installed SDK Tools r14 into your SDK, use the Android SDK Manager to
do so.</dd>
<dt>Build system:</dt>
<dd>
@ -1099,7 +1150,8 @@ Linux</a>.</dd>
<dt>Dependencies:</dt>
<dd>ADT 12.0.0 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r12</a>. If you haven't
<dd>This version of ADT is designed for use with
<a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r12</a>. If you haven't
already installed SDK Tools r12 into your SDK, use
the Android SDK Manager to do so.</dd>
@ -1152,7 +1204,7 @@ the Android SDK Manager to do so.</dd>
<dt>Dependencies:</dt>
<dd>ADT 11.0.0 is designed for use with SDK Tools r11. If you haven't
<dd>This version of ADT is designed for use with SDK Tools r11. If you haven't
already installed SDK Tools r11 into your SDK, use the Android SDK Manager to do
so.</dd>
@ -1289,7 +1341,7 @@ href="http://tools.android.com/recent">Android Tools Project Site</a>.</p>
<dt>Dependencies:</dt>
<dd>ADT 10.0.1 is designed for use with SDK Tools r10. If you haven't
<dd>This version of ADT is designed for use with SDK Tools r10. If you haven't
already installed SDK Tools r10 into your SDK, use the Android SDK Manager to do
so.</dd>
@ -1319,7 +1371,7 @@ requires Eclipse 3.5 or higher (as of 10.0.0).</li>
<dt>Dependencies:</dt>
<dd>ADT 10.0.0 is designed for use with SDK Tools r10. If you haven't
<dd>This version of ADT is designed for use with SDK Tools r10. If you haven't
already installed SDK Tools r10 into your SDK, use the Android SDK Manager to do
so.</dd>
@ -1369,7 +1421,7 @@ so.</dd>
<dt>Dependencies:</dt>
<dd>ADT 9.0.0 is designed for use with SDK Tools r9. If you haven't
<dd>This version of ADT is designed for use with SDK Tools r9. If you haven't
already installed SDK Tools r9 into your SDK, use the Android SDK Manager to do
so.</dd>
@ -1478,7 +1530,7 @@ so.</dd>
<dt>Dependencies:</dt>
<p><p>ADT 8.0.1 is designed for use with SDK Tools r8. If you haven't
<p>This version of ADT is designed for use with SDK Tools r8. If you haven't
already installed SDK Tools r8 into your SDK, use the Android SDK Manager to do
so.</p></dd>
@ -1507,7 +1559,7 @@ so.</p></dd>
<dt>Dependencies:</dt>
<p><p>ADT 8.0.0 is designed for use with SDK Tools r8. If you haven't
<p>This version of ADT is designed for use with SDK Tools r8. If you haven't
already installed SDK Tools r8 into your SDK, use the Android SDK Manager to do
so.</p></dd>
@ -1656,7 +1708,7 @@ project support through the Ant build system.</p>
<dl>
<dt>Dependencies:</dt>
<dd><p>ADT 0.9.6 is designed for use with SDK Tools r5 and later. Before
<dd><p>This version of ADT is designed for use with SDK Tools r5 and later. Before
updating to ADT 0.9.6, we highly recommend that you use the Android SDK Manager to install SDK
Tools r5 into your SDK.</p></dd>
@ -1725,7 +1777,7 @@ targets for application launches.</li>
<dl>
<dt>Dependencies:</dt>
<dd><p>ADT 0.9.5 requires features provided in SDK Tools r4 or higher. If you install
<dd><p>This version of ADT requires features provided in SDK Tools r4 or higher. If you install
ADT 0.9.5, which is highly recommended, you should use the Android SDK
Manager to download the latest SDK Tools into your SDK. For more information,
see <a href="{@docRoot}sdk/exploring.html">Exploring the SDK</a>.</p>
@ -1755,7 +1807,7 @@ see <a href="{@docRoot}sdk/exploring.html">Exploring the SDK</a>.</p>
<dl>
<dt>Dependencies:</dt>
<dd><p>ADT 0.9.4 requires features provided in SDK Tools r3 or higher. If you install
<dd><p>This version of ADT requires features provided in SDK Tools r3 or higher. If you install
ADT 0.9.4, which is highly recommended, you should use the Android SDK
Manager to download the latest SDK Tools into your SDK. For more information,
see <a href="{@docRoot}sdk/exploring.html">Exploring the SDK</a>.</p>

View File

@ -26,9 +26,49 @@ Tools you are using, refer to the "Installed Packages" listing in the Android SD
href="http://tools.android.com/knownissues">http://tools.android.com/knownissues</a>.</p>
<div class="toggle-content opened">
<p><a href="#" onclick="return toggleContent(this)">
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 22.0.5</a> <em>(July 2013)</em>
</p>
<div class="toggle-content-toggleme">
<dl>
<dt>Dependencies:</dt>
<dd>
<ul>
<li>Android SDK Platform-tools revision 16 or later.</li>
<li>If you are developing in Eclipse with the
<a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a>, note that this version of
SDK Tools is designed for use with ADT 22.0.5 and later. If you haven't already, update
ADT to 22.0.5.</li>
<li>If you are using <a href="{@docRoot}sdk/installing/studio.html">Android Studio</a>,
note that this version of the SDK Tools is designed to work with Android Studio
0.2.x and later.</li>
<li>If you are developing without an integrated development environment (IDE), you must have
<a href="http://ant.apache.org/">Apache Ant</a> 1.8 or later.</li>
</ul>
</dd>
<dt>General Notes:</dt>
<dd>
<ul>
<li>Fixed Renderscript compiling issue for Windows platforms with ant.</li>
<li>Updated <a href="{@docRoot}tools/help/systrace.html">Systrace</a> to work with the
Android 4.3 platform image.</li>
<li>Fixed problem with Renderscript packaging.</li>
</ul>
</dd>
</dl>
</div>
</div>
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
<img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 22.0.4</a> <em>(July 2013)</em>
</p>
@ -75,7 +115,7 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues
<dd>
<ul>
<li>Android SDK Platform-tools revision 16 or later.</li>
<li>If you are developing in Eclipse with ADT, note that the SDK Tools r22.0.1 is
<li>If you are developing in Eclipse with ADT, note that this version of SDK Tools is
designed for use with ADT 22.0.1 and later. If you haven't already, update your
<a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 22.0.1.</li>
<li>If you are developing outside Eclipse, you must have
@ -116,7 +156,7 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues
<dd>
<ul>
<li>Android SDK Platform-tools revision 16 or later.</li>
<li>If you are developing in Eclipse with ADT, note that the SDK Tools r22 is
<li>If you are developing in Eclipse with ADT, note that this version of SDK Tools is
designed for use with ADT 22.0.0 and later. If you haven't already, update your
<a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 22.0.0.</li>
<li>If you are developing outside Eclipse, you must have
@ -171,7 +211,7 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues
<dd>
<ul>
<li>Android SDK Platform-tools revision 16 or later.</li>
<li>If you are developing in Eclipse with ADT, note that the SDK Tools r21.1 is
<li>If you are developing in Eclipse with ADT, note that this version of SDK Tools is
designed for use with ADT 21.1.0 and later. If you haven't already, update your
<a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 21.1.0.</li>
<li>If you are developing outside Eclipse, you must have
@ -206,7 +246,7 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues
<dd>
<ul>
<li>Android SDK Platform-tools revision 16 or later.</li>
<li>If you are developing in Eclipse with ADT, note that the SDK Tools r21.0.1 is
<li>If you are developing in Eclipse with ADT, note that this version of SDK Tools is
designed for use with ADT 21.0.1 and later. If you haven't already, update your
<a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 21.0.1.</li>
<li>If you are developing outside Eclipse, you must have
@ -309,7 +349,7 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues
<dd>
<ul>
<li>Android SDK Platform-tools revision 16 or later.</li>
<li>If you are developing in Eclipse with ADT, note that the SDK Tools r21 is designed
<li>If you are developing in Eclipse with ADT, note that this version of SDK Tools is designed
for use with ADT 21.0.0 and later. If you haven't already, update your
<a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 21.0.0.</li>
<li>If you are developing outside Eclipse, you must have
@ -395,7 +435,7 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues
<dd>
<ul>
<li>Android SDK Platform-tools revision 12 or later.</li>
<li>If you are developing in Eclipse with ADT, note that the SDK Tools r20.0.3 is designed
<li>If you are developing in Eclipse with ADT, note that this version of SDK Tools is designed
for use with ADT 20.0.3 and later. If you haven't already, update your
<a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 20.0.3.</li>
<li>If you are developing outside Eclipse, you must have
@ -426,7 +466,7 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues
<dd>
<ul>
<li>Android SDK Platform-tools revision 12 or later.</li>
<li>If you are developing in Eclipse with ADT, note that the SDK Tools r20.0.1 is designed
<li>If you are developing in Eclipse with ADT, note that this version of SDK Tools is designed
for use with ADT 20.0.1 and later. If you haven't already, update your
<a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 20.0.1.</li>
<li>If you are developing outside Eclipse, you must have
@ -462,7 +502,7 @@ unprotected receivers for default Android actions.</li>
<dd>
<ul>
<li>Android SDK Platform-tools revision 12 or later.</li>
<li>If you are developing in Eclipse with ADT, note that the SDK Tools r20 is designed for
<li>If you are developing in Eclipse with ADT, note that this version of SDK Tools is designed for
use with ADT 20.0.0 and later. If you haven't already, we highly recommend updating your
<a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 20.0.0.</li>
<li>If you are developing outside Eclipse, you must have
@ -540,7 +580,7 @@ download and install this update.</p>
<dd>
<ul>
<li>Android SDK Platform-tools revision 9 or later.</li>
<li>If you are developing in Eclipse with ADT, note that the SDK Tools r19 is designed for
<li>If you are developing in Eclipse with ADT, note that this version of SDK Tools is designed for
use with ADT 18.0.0 and later. If you haven't already, we highly recommend updating your
<a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 18.0.0.</li>
<li>If you are developing outside Eclipse, you must have
@ -575,7 +615,7 @@ acceleration.</li>
<dd>
<ul>
<li>Android SDK Platform-tools revision 9 or later.</li>
<li>If you are developing in Eclipse with ADT, note that the SDK Tools r18 is designed for
<li>If you are developing in Eclipse with ADT, note that this version of SDK Tools is designed for
use with ADT 18.0.0 and later. If you haven't already, we highly recommend updating your
<a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 18.0.0.</li>
<li>If you are developing outside Eclipse, you must have
@ -617,7 +657,7 @@ in some cases.</li>
<dd>
<ul>
<li>Android SDK Platform-tools revision 9 or later.</li>
<li>If you are developing in Eclipse with ADT, note that the SDK Tools r17 is designed for
<li>If you are developing in Eclipse with ADT, note that this version of SDK Tools is designed for
use with ADT 17.0.0 and later. If you haven't already, we highly recommend updating your
<a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 17.0.0.</li>
<li>If you are developing outside Eclipse, you must have
@ -721,7 +761,7 @@ ignore attribute. (<a
<dd>
<ul>
<li>Android SDK Platform-tools revision 9 or later.</li>
<li>If you are developing in Eclipse with ADT, note that the SDK Tools r16 is designed for use
<li>If you are developing in Eclipse with ADT, note that this version of SDK Tools is designed for use
with ADT 16.0.0 and later. If you haven't already, we highly recommend updating your
<a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 16.0.0.</li>
<li>If you are developing outside Eclipse, you must have <a href="http://ant.apache.org/">Apache
@ -769,7 +809,7 @@ ignore attribute. (<a
<dt>Dependencies:</dt>
<dd>
<ul><li>Android SDK Platform-tools revision 9 or later.</li>
<li>If you are developing in Eclipse with ADT, note that the SDK Tools r15 is designed for use
<li>If you are developing in Eclipse with ADT, note that this version of SDK Tools is designed for use
with ADT 15.0.0 and later. If you haven't already, we highly recommend updating your <a
href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 15.0.0.</li>
<li>If you are developing outside Eclipse, you must have <a href="http://ant.apache.org/">Apache
@ -817,7 +857,7 @@ ignore attribute. (<a
<dt>Dependencies:</dt>
<dd>
<ul><li>Android SDK Platform-tools revision 8 or later.</li>
<li>If you are developing in Eclipse with ADT, note that the SDK Tools r14 is designed for use
<li>If you are developing in Eclipse with ADT, note that this version of SDK Tools is designed for use
with ADT 14.0.0 and later. If you haven't already, we highly recommend updating your <a
href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 14.0.0.</li>
<li>If you are developing outside Eclipse, you must have <a href="http://ant.apache.org/">Apache
@ -867,7 +907,7 @@ site</a>.</p>
<dl>
<dt>Dependencies:</dt>
<dd>
<p>If you are developing in Eclipse with ADT, note that the SDK Tools r13 is designed for use with
<p>If you are developing in Eclipse with ADT, note that this version of SDK Tools is designed for use with
ADT 12.0.0 and later. If you haven't already, we highly recommend updating your <a
href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 12.0.0.</p>
@ -898,7 +938,7 @@ Ant</a> 1.8 or later.</p>
<dl>
<dt>Dependencies:</dt>
<dd>
<p>If you are developing in Eclipse with ADT, note that the SDK Tools r12 is designed for use with
<p>If you are developing in Eclipse with ADT, note that this version of SDK Tools is designed for use with
ADT 12.0.0 and later. If you haven't already, we highly recommend updating your <a
href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 12.0.0.</p>
@ -926,7 +966,7 @@ Ant</a> 1.8 or later.</p>
<dl>
<dt>Dependencies:</dt>
<dd>
<p>If you are developing in Eclipse with ADT, note that the SDK Tools r11 is designed for use with
<p>If you are developing in Eclipse with ADT, note that this version of SDK Tools is designed for use with
ADT 10.0.1 and later. If you haven't already, we highly recommend updating your <a
href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 10.0.1.</p>
@ -954,7 +994,7 @@ Ant</a> 1.8 or later.</p>
<dl>
<dt>Dependencies:</dt>
<dd>
<p>If you are developing in Eclipse with ADT, note that the SDK Tools r10 is
<p>If you are developing in Eclipse with ADT, note that this version of SDK Tools is
designed for use with ADT 10.0.0 and later. After installing SDK Tools r10, we
highly recommend updating your ADT Plugin to 10.0.0.</p>
@ -985,7 +1025,7 @@ Ant</a> 1.8 or later.</p>
<dl>
<dt>Dependencies:</dt>
<dd>
<p>If you are developing in Eclipse with ADT, note that the SDK Tools r9 is
<p>If you are developing in Eclipse with ADT, note that this version of SDK Tools is
designed for use with ADT 9.0.0 and later. After installing SDK Tools r9, we
highly recommend updating your ADT Plugin to 9.0.0.</p>
@ -1044,7 +1084,7 @@ resolve the performance issues and it will improve in future releases.</li>
<dl>
<dt>Dependencies:</dt>
<dd>
<p>If you are developing in Eclipse with ADT, note that SDK Tools r8 is
<p>If you are developing in Eclipse with ADT, note that this version of SDK Tools is
designed for use with ADT 8.0.0 and later. After installing SDK Tools r8, we
highly recommend updating your ADT Plugin to 8.0.0.</p>
@ -1112,7 +1152,7 @@ documentation. </li>
<dl>
<dt>Dependencies:</dt>
<dd>
<p>If you are developing in Eclipse with ADT, note that SDK Tools r7 is
<p>If you are developing in Eclipse with ADT, note that this version of SDK Tools is
designed for use with ADT 0.9.8 and later. After installing SDK Tools r7, we
highly recommend updating your ADT Plugin to 0.9.8.</p>
</dd>
@ -1146,7 +1186,7 @@ decimal point.</li>
<dl>
<dt>Dependencies:</dt>
<dd>
<p>If you are developing in Eclipse with ADT, note that SDK Tools r6 is
<p>If you are developing in Eclipse with ADT, note that this version of SDK Tools is
designed for use with ADT 0.9.7 and later. After installing SDK Tools r6, we
highly recommend updating your ADT Plugin to 0.9.7.</p>
</dd>
@ -1177,7 +1217,7 @@ provides the equivalent library project support.</p>
<dl>
<dt>Dependencies:</dt>
<dd><ul>
<li>If you are developing in Eclipse with ADT, note that SDK Tools r5 is
<li>If you are developing in Eclipse with ADT, note that this version of SDK Tools is
designed for use with ADT 0.9.6 and later. After installing SDK Tools r5, we
highly recommend updating your ADT Plugin to 0.9.6.</li>
<li>For Mac OS platforms, OS X 10.4.x (Tiger) is no longer
@ -1225,7 +1265,7 @@ officially supported. </li>
<div class="toggle-content-toggleme">
<dl>
<dt>Dependencies:</dt>
<dd><p>SDK Tools r4 is compatible with ADT 0.9.5 and later, but not
<dd><p>This version of SDK Tools is compatible with ADT 0.9.5 and later, but not
compatible with earlier versions. If you are developing in Eclipse with ADT, you
<strong>must</strong> update your ADT plugin to version 0.9.5 or higher if you
install SDK Tools r4 in your SDK. </p></dd>
@ -1275,7 +1315,7 @@ skin name specified.</li>
<div class="toggle-content-toggleme">
<dl>
<dt>Dependencies:</dt>
<dd><p>SDK Tools r3 is compatible with ADT 0.9.4 and later, but not
<dd><p>This version of SDK Tools is compatible with ADT 0.9.4 and later, but not
compatible with earlier versions. If you are developing in Eclipse with ADT, you
<strong>must</strong> update your ADT plugin to version 0.9.4 or higher if you
install SDK Tools r3 in your SDK.</p>
@ -1329,4 +1369,3 @@ href="/tools/help/layoutopt.html">layoutopt</a>.</p>
</dl>
</div>
</div>