diff options
author | Ricardo Cervera <rcervera@google.com> | 2014-08-07 23:22:44 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-08-07 23:22:44 +0000 |
commit | e5f852e0b047bccf81d0298c398b3c5d3f74f616 (patch) | |
tree | 26bd11cc7fab78b136437afaef91c295134ebef6 /docs | |
parent | 639421cbd9780b9093bdf3415a79489c118ecb92 (diff) | |
parent | eab9412b1b3fdbf74dee5b05e861707dce628661 (diff) | |
download | frameworks_base-e5f852e0b047bccf81d0298c398b3c5d3f74f616.zip frameworks_base-e5f852e0b047bccf81d0298c398b3c5d3f74f616.tar.gz frameworks_base-e5f852e0b047bccf81d0298c398b3c5d3f74f616.tar.bz2 |
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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/sdk/installing/installing-adt.jd | 8 | ||||
-rw-r--r-- | docs/html/tools/sdk/eclipse-adt.jd | 36 |
2 files changed, 40 insertions, 4 deletions
diff --git a/docs/html/sdk/installing/installing-adt.jd b/docs/html/sdk/installing/installing-adt.jd index 864e82e..851827c 100644 --- a/docs/html/sdk/installing/installing-adt.jd +++ b/docs/html/sdk/installing/installing-adt.jd @@ -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 diff --git a/docs/html/tools/sdk/eclipse-adt.jd b/docs/html/tools/sdk/eclipse-adt.jd index 5d04098..cf33200 100644 --- a/docs/html/tools/sdk/eclipse-adt.jd +++ b/docs/html/tools/sdk/eclipse-adt.jd @@ -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> |