Merge "docs: Added release notes for SDK 22.6.1" into klp-docs

This commit is contained in:
Ricardo Cervera
2014-03-17 22:07:17 +00:00
committed by Android (Google) Code Review
4 changed files with 130 additions and 33 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-20131030.zip
sdk.linux32_bundle_bytes=496876498
sdk.linux32_bundle_checksum=d389139ad9f59a43bdd34c94bc850509
sdk.linux32_bundle_download=adt-bundle-linux-x86-20140311.zip
sdk.linux32_bundle_bytes=527970712
sdk.linux32_bundle_checksum=ad97a54f7e0d84d7d7fe86b56307009f
sdk.linux64_bundle_download=adt-bundle-linux-x86_64-20131030.zip
sdk.linux64_bundle_bytes=497171697
sdk.linux64_bundle_checksum=99b51a4f0526434b083701a896550b72
sdk.linux64_bundle_download=adt-bundle-linux-x86_64-20140311.zip
sdk.linux64_bundle_bytes=528184435
sdk.linux64_bundle_checksum=f60c023d574565fea7a52b42c69ae76b
sdk.mac64_bundle_download=adt-bundle-mac-x86_64-20131030.zip
sdk.mac64_bundle_bytes=470386961
sdk.mac64_bundle_checksum=3e80e7a92b549029d91bdcf2ae82657f
sdk.mac64_bundle_download=adt-bundle-mac-x86_64-20140311.zip
sdk.mac64_bundle_bytes=501954506
sdk.mac64_bundle_checksum=9569251f3403c0f6c22b6caa1d672112
sdk.win32_bundle_download=adt-bundle-windows-x86-20131030.zip
sdk.win32_bundle_bytes=503599460
sdk.win32_bundle_checksum=cd490a531ec24667354f6473e999b988
sdk.win32_bundle_download=adt-bundle-windows-x86-20140311.zip
sdk.win32_bundle_bytes=535083737
sdk.win32_bundle_checksum=b2aabf536ddc4ea5cbb24e0752a832d8
sdk.win64_bundle_download=adt-bundle-windows-x86_64-20131030.zip
sdk.win64_bundle_bytes=503735416
sdk.win64_bundle_checksum=ddddbb1b9028015779d68dde01f96b14
sdk.win64_bundle_download=adt-bundle-windows-x86_64-20140311.zip
sdk.win64_bundle_bytes=535284227
sdk.win64_bundle_checksum=eee71e07dcfd538db57e9d76349efb98
sdk.linux_download=android-sdk_r22.6-linux.tgz
sdk.linux_bytes=100992666
sdk.linux_checksum=dde27b72715e52693c1ebc908742fc40
sdk.linux_download=android-sdk_r22.6.1-linux.tgz
sdk.linux_bytes=101052129
sdk.linux_checksum=d95b400600e9b68ed7719e0fd1792e0b
sdk.mac_download=android-sdk_r22.6-macosx.zip
sdk.mac_bytes=74547402
sdk.mac_checksum=10c0e2ab65444c4911d69356ca2343f5
sdk.mac_download=android-sdk_r22.6.1-macosx.zip
sdk.mac_bytes=74639176
sdk.mac_checksum=99abc850398ccc220e3a1d6d0ab73ccf
sdk.win_download=android-sdk_r22.6-windows.zip
sdk.win_bytes=108862292
sdk.win_checksum=6faa487d328be352a456c53d9cbf0e3d
sdk.win_download=android-sdk_r22.6.1-windows.zip
sdk.win_bytes=108914728
sdk.win_checksum=88471340a8c99822ffb5efbe3c28167c
sdk.win_installer=installer_r22.6-windows.exe
sdk.win_installer_bytes=88856450
sdk.win_installer_checksum=6e5351b414bd554f3ac4c79f9dd4d213
sdk.win_installer=installer_r22.6.1-windows.exe
sdk.win_installer_bytes=88907175
sdk.win_installer_checksum=fd664527ed1b1b1bfe2d4546cafc7ada

View File

@ -1,8 +1,8 @@
page.title=Installing the Eclipse Plugin
adt.zip.version=22.6.0
adt.zip.download=ADT-22.6.0.zip
adt.zip.bytes=14585211
adt.zip.checksum=d95c6d8e678881f6c89f063b58d4162f
adt.zip.version=22.6.1
adt.zip.download=ADT-22.6.1.zip
adt.zip.bytes=14586662
adt.zip.checksum=c3cd19a1936ba0b850f74ef2b3a98b65
@jd:body

View File

@ -53,9 +53,59 @@ the ADT Plugin, as denoted by revision number. </p>
<p>For a summary of all known issues in ADT, see <a
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=""/>ADT 22.6.1</a> <em>(March 2014)</em>
</p>
<div class="toggle-content-toggleme">
<dl>
<dt>Dependencies:</dt>
<dd>
<ul>
<li>Java 1.6 or higher is required.</li>
<li>Eclipse Indigo (Version 3.7.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.6.1</a>.
If you haven't already installed SDK Tools r22.6.1 into your SDK, use the
Android SDK Manager to do so.</li>
</ul>
</dd>
<dt>General Notes:</dt>
<dd>
<ul>
<li>Fixed a problem where the Android Virtual Device Manager could not create new virtual
devices. (<a href="http://b.android.com/66661">Issue 66661</a>)</li>
<li><p>Fixed a problem with virtual devices created using ADT 22.3 or earlier.</p>
<p>If you created an Android Virtual Device using ADT 22.3 or earlier, the
AVD may be listed as <em>broken</em> in the AVD Manager in 22.6.1. To fix
this problem, select the virtual device on the AVD Manager and click
<strong>Repair</strong>.</p>
</li>
<li>Fixed a problem with the command line tools when creating virtual devices.
(<a href="http://b.android.com/66740">Issue 66740</a>)</li>
<li>Fixed a problem with the command line <code>lint</code> script.</li>
</ul>
</dd>
<dt>Known Issues:</dt>
<dd>
<p>When you create an Android virtual device using the Nexus 5 device definition,
you must enable the <em>Use Host GPU</em> option, otherwise the virtual device
will not start.</p>
</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.6.0</a> <em>(March 2014)</em>
</p>
@ -119,7 +169,7 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img"
<img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
alt=""/>ADT 22.3.0</a> <em>(October 2013)</em>
</p>

View File

@ -25,10 +25,57 @@ Tools you are using, refer to the "Installed Packages" listing in the Android SD
<p>For a summary of all known issues in SDK Tools, see <a
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.6.1</a> <em>(March 2014)</em>
</p>
<div class="toggle-content-toggleme">
<dl>
<dt>Dependencies:</dt>
<dd>
<ul>
<li>Android SDK Platform-tools revision 18 or later.</li>
<li>If you are developing in Eclipse with ADT, note that this version of SDK Tools is
designed for use with ADT 22.6.1 and later. If you haven't already, update your
<a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 22.6.1.</li>
<li>If you are developing outside Eclipse, 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 a problem where the Android Virtual Device Manager could not create new virtual
devices. (<a href="http://b.android.com/66661">Issue 66661</a>)</li>
<li><p>Fixed a problem with virtual devices created using ADT 22.3 or earlier.</p>
<p>If you created an Android Virtual Device using ADT 22.3 or earlier, the
AVD may be listed as <em>broken</em> in the AVD Manager in 22.6.1. To fix
this problem, select the virtual device on the AVD Manager and click
<strong>Repair</strong>.</p>
</li>
<li>Fixed a problem with the command line tools when creating virtual devices.
(<a href="http://b.android.com/66740">Issue 66740</a>)</li>
<li>Fixed a problem with the command line <code>lint</code> script.</li>
</ul>
</dd>
<dt>Known Issues:</dt>
<dd>
<p>When you create an Android virtual device using the Nexus 5 device definition,
you must enable the <em>Use Host GPU</em> option, otherwise the virtual device
will not start.</p>
</dd>
</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.6</a> <em>(March 2014)</em>
</p>