diff options
| author | Ricardo Cervera <rcervera@google.com> | 2014-06-25 15:14:17 -0700 |
|---|---|---|
| committer | Ricardo Cervera <rcervera@google.com> | 2014-06-25 15:14:17 -0700 |
| commit | b05330c084873723487a86805011f97b40087165 (patch) | |
| tree | 57deca3ce2a298b77ec6d6c7bd5b5b2a23ce6d87 /docs/html/tools/sdk | |
| parent | ed929960584cba38a81b49cff597dba59d50a0a7 (diff) | |
| download | frameworks_base-b05330c084873723487a86805011f97b40087165.zip frameworks_base-b05330c084873723487a86805011f97b40087165.tar.gz frameworks_base-b05330c084873723487a86805011f97b40087165.tar.bz2 | |
docs: Added links and release notes for ADT 23, Studio 0.8, SDK Tools
Change-Id: Ib84b5c9c006aff728aa18af8819b89205beec4dc
Diffstat (limited to 'docs/html/tools/sdk')
| -rw-r--r-- | docs/html/tools/sdk/eclipse-adt.jd | 32 | ||||
| -rw-r--r-- | docs/html/tools/sdk/tools-notes.jd | 31 |
2 files changed, 63 insertions, 0 deletions
diff --git a/docs/html/tools/sdk/eclipse-adt.jd b/docs/html/tools/sdk/eclipse-adt.jd index 124e58d..8826ce3 100644 --- a/docs/html/tools/sdk/eclipse-adt.jd +++ b/docs/html/tools/sdk/eclipse-adt.jd @@ -56,6 +56,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=""/>ADT 23.0.0</a> <em>(June 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.0</a>. + If you haven't already installed SDK Tools r23.0.0 into your SDK, use the + Android SDK Manager to do so.</li> + </ul> + </dd> + + <dt>General Notes:</dt> + <dd> + <ul> + <li>Added the Android Wear tools and system images.</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 22.6.3</a> <em>(April 2014)</em> </p> diff --git a/docs/html/tools/sdk/tools-notes.jd b/docs/html/tools/sdk/tools-notes.jd index f490053..6c74a71 100644 --- a/docs/html/tools/sdk/tools-notes.jd +++ b/docs/html/tools/sdk/tools-notes.jd @@ -28,6 +28,37 @@ 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.0</a> <em>(June 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.0 and later. If you haven't already, update your + <a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 23.0.0.</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>Added the Android Wear tools and system images.</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.4</a> <em>(June 2014)</em> </p> |
