diff options
author | Ricardo Cervera <rcervera@google.com> | 2014-06-03 13:27:41 -0700 |
---|---|---|
committer | Ricardo Cervera <rcervera@google.com> | 2014-06-03 13:27:41 -0700 |
commit | a01b7003c09a3a7f82dd5fa9fc80c659173c7fb1 (patch) | |
tree | 301e9a458a20f8c6713a32a9de591f5d0912d756 /docs/html/tools/sdk | |
parent | 47ede8340b8bd4e5e5c500ddf84b3510dd12c1a0 (diff) | |
download | frameworks_base-a01b7003c09a3a7f82dd5fa9fc80c659173c7fb1.zip frameworks_base-a01b7003c09a3a7f82dd5fa9fc80c659173c7fb1.tar.gz frameworks_base-a01b7003c09a3a7f82dd5fa9fc80c659173c7fb1.tar.bz2 |
docs: Added release notes for SDK Tools 22.6.4
Change-Id: Iff4d980d0159b6773f6d6c60ed5d413d4e698083
Diffstat (limited to 'docs/html/tools/sdk')
-rw-r--r-- | docs/html/tools/sdk/tools-notes.jd | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/docs/html/tools/sdk/tools-notes.jd b/docs/html/tools/sdk/tools-notes.jd index 9b06a9d..f490053 100644 --- a/docs/html/tools/sdk/tools-notes.jd +++ b/docs/html/tools/sdk/tools-notes.jd @@ -28,6 +28,39 @@ 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 22.6.4</a> <em>(June 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.3 and later. If you haven't already, update your + <a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 22.6.3.</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 an issue with the x86 emulator that caused Google Maps to crash. + (<a href="http://b.android.com/69385">Issue 69385</a>)</li> + <li>Fixed minor OpenGL issues.</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 22.6.3</a> <em>(April 2014)</em> </p> |