diff options
author | Rich Slogar <rslogar@google.com> | 2014-10-10 21:23:51 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-10-10 21:23:51 +0000 |
commit | 858cfad9482817305cc5b846102c3f8e5d12782a (patch) | |
tree | 81e37e68fece880104e73e40139acabec251b7c5 | |
parent | a4eb81b67cc5fb88f398d2b0d6523deed995a0ad (diff) | |
parent | a3287768e267f71fbce5d3341b6db8f3a9e04230 (diff) | |
download | frameworks_base-858cfad9482817305cc5b846102c3f8e5d12782a.zip frameworks_base-858cfad9482817305cc5b846102c3f8e5d12782a.tar.gz frameworks_base-858cfad9482817305cc5b846102c3f8e5d12782a.tar.bz2 |
am a3287768: Merge "docs:SDK tools 23.0.5 Release Note" into klp-modular-docs
* commit 'a3287768e267f71fbce5d3341b6db8f3a9e04230':
docs:SDK tools 23.0.5 Release Note
-rw-r--r-- | docs/html/tools/sdk/tools-notes.jd | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/html/tools/sdk/tools-notes.jd b/docs/html/tools/sdk/tools-notes.jd index b9803e4..20388be 100644 --- a/docs/html/tools/sdk/tools-notes.jd +++ b/docs/html/tools/sdk/tools-notes.jd @@ -29,6 +29,38 @@ 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=""/>SDK Tools, Revision 23.0.5</a> <em>(October 2014)</em> + </p> + + <div class="toggle-content-toggleme"> + + <dl> + <dt>Dependencies:</dt> + + <dd> + <ul> + <li>Android SDK Platform-tools revision 19 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 23.0.4 and later. If you haven't already, update your + <a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 23.0.4.</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 Windows 32-bit compilation issue.</li> + </ul> + </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 23.0.4</a> <em>(October 2014)</em> </p> |