am eab9412b: am 46baa5ff: Merge "docs: Release notes for ADT 23.0.3" into klp-modular-docs

* commit 'eab9412b1b3fdbf74dee5b05e861707dce628661':
  docs: Release notes for ADT 23.0.3
This commit is contained in:
Ricardo Cervera
2014-08-07 23:22:44 +00:00
committed by Android Git Automerger
2 changed files with 40 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
page.title=Installing the Eclipse Plugin
adt.zip.version=23.0.2
adt.zip.download=ADT-23.0.2.zip
adt.zip.bytes=103287135
adt.zip.checksum=cde1d0a463b5ccce844b63161cfa1cb9
adt.zip.version=23.0.3
adt.zip.download=ADT-23.0.3.zip
adt.zip.bytes=103321934
adt.zip.checksum=ab2f5e2fbbdddeeb7dfd02cd4046538a
@jd:body

View File

@@ -56,6 +56,42 @@ 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 23.0.3</a> <em>(August 2014)</em>
</p>
<div class="toggle-content-toggleme">
<dl>
<dt>Dependencies:</dt>
<dd>
<ul>
<li>Java 7 or higher is required if you are targeting the L Developer Preview.</li>
<li>Java 1.6 or higher is required if you are targeting other releases.</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 r23.0.2</a>.
If you haven't already installed SDK Tools r23.0.2 into your SDK, use the
Android SDK Manager to do so.</li>
</ul>
</dd>
<dt>General Notes:</dt>
<dd>
<ul>
<li>Fixed an issue where ADT displayed a <code>NullPointerException</code> warning dialog
when a valid SDK was not configured. (<a href="http://b.android.com/73313">Issue
73313</a>)</li>
<li>Fixed a minor issue with RenderScript support.</li>
<li>Disabled APK compression.</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 23.0.2</a> <em>(July 2014)</em>
</p>