diff options
author | Scott Main <smain@google.com> | 2012-08-09 14:13:22 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2012-08-09 14:13:22 -0700 |
commit | 607079d8098f3bf6632913a6edd0bc6d6f9167d7 (patch) | |
tree | cdbbba5e3ee389df6c5ec424d79554eac6b7309d /docs/html/tools/sdk | |
parent | 2f8cc17f5fbc2e05ac0889fbbddf4e530750087b (diff) | |
download | frameworks_base-607079d8098f3bf6632913a6edd0bc6d6f9167d7.zip frameworks_base-607079d8098f3bf6632913a6edd0bc6d6f9167d7.tar.gz frameworks_base-607079d8098f3bf6632913a6edd0bc6d6f9167d7.tar.bz2 |
docs: SDK r20.0.3, Support Library r10 Release Notes
plus some OCD cleanup to the ADT install steps
Change-Id: I760ddb284da2a3f53741b75d6ff0e02af8181c9a
Diffstat (limited to 'docs/html/tools/sdk')
-rw-r--r-- | docs/html/tools/sdk/eclipse-adt.jd | 33 | ||||
-rw-r--r-- | docs/html/tools/sdk/tools-notes.jd | 32 |
2 files changed, 65 insertions, 0 deletions
diff --git a/docs/html/tools/sdk/eclipse-adt.jd b/docs/html/tools/sdk/eclipse-adt.jd index bdb4a9e..10c622b 100644 --- a/docs/html/tools/sdk/eclipse-adt.jd +++ b/docs/html/tools/sdk/eclipse-adt.jd @@ -97,6 +97,39 @@ padding: 5px 0 0; <a href="#" onclick="return toggleDiv(this)"> <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px"/> +ADT 20.0.3</a> <em>(August 2012)</em> + <div class="toggleme"> +<dl> + <dt>Dependencies:</dt> + + <dd> + <ul> + <li>Java 1.6 or higher is required for ADT 20.0.3.</li> + <li>Eclipse Helios (Version 3.6.2) or higher is required for ADT 20.0.3.</li> + <li>ADT 20.0.3 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK + Tools r20.0.3</a>. If you haven't already installed SDK Tools r20.0.3 into your SDK, use the + Android SDK Manager to do so.</li> + </ul> + </dd> + + <dt>Bug fixes:</dt> + <dd> + <ul> + <li>Fixed issue with keyboard shortcuts for editors in Eclipse Juno (Version 4.x).</li> + <li>Fixed problem with cached download lists in SDK Manager.</li> + </ul> + </dd> + +</dl> + +</div> +</div> + + +<div class="toggleable closed"> + <a href="#" onclick="return toggleDiv(this)"> + <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" + width="9px"/> ADT 20.0.2</a> <em>(July 2012)</em> <div class="toggleme"> <dl> diff --git a/docs/html/tools/sdk/tools-notes.jd b/docs/html/tools/sdk/tools-notes.jd index 039c4b5..f8b5d25 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 20.0.3</a> <em>(August 2012)</em> + </p> + + <div class="toggle-content-toggleme"> + + <dl> + <dt>Dependencies:</dt> + <dd> + <ul> + <li>Android SDK Platform-tools revision 12 or later.</li> + <li>If you are developing in Eclipse with ADT, note that the SDK Tools r20.0.3 is designed + for use with ADT 20.0.3 and later. If you haven't already, update your + <a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 20.0.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>Bug fixes:</dt> + <dd> + <ul> + <li>Fixed problem with cached download lists in SDK Manager.</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=""/>SDK Tools, Revision 20.0.1</a> <em>(July 2012)</em> </p> @@ -942,3 +973,4 @@ href="/tools/help/layoutopt.html">layoutopt</a>.</p> </dl> </div> </div> + |