diff options
| author | Joe Fernandez <joefernandez@google.com> | 2013-09-19 04:27:15 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-09-19 04:27:16 +0000 |
| commit | 608a48afe4a852ec543f5fe15ea67807e326a8b2 (patch) | |
| tree | da57e8846a27316e8941ff449e0d137f6d476853 /docs/html/tools | |
| parent | 3ce210869725619c3222dc8147d1117d9a8c47c9 (diff) | |
| parent | 2ef08f6c9f4e5bdb0a5c41c0b979c23ec8c86969 (diff) | |
| download | frameworks_base-608a48afe4a852ec543f5fe15ea67807e326a8b2.zip frameworks_base-608a48afe4a852ec543f5fe15ea67807e326a8b2.tar.gz frameworks_base-608a48afe4a852ec543f5fe15ea67807e326a8b2.tar.bz2 | |
Merge "docs: SDK 22.2.1 Release Notes" into jb-mr2-docs
Diffstat (limited to 'docs/html/tools')
| -rw-r--r-- | docs/html/tools/sdk/eclipse-adt.jd | 34 | ||||
| -rw-r--r-- | docs/html/tools/sdk/tools-notes.jd | 34 |
2 files changed, 68 insertions, 0 deletions
diff --git a/docs/html/tools/sdk/eclipse-adt.jd b/docs/html/tools/sdk/eclipse-adt.jd index 151707a..cfdf8cc 100644 --- a/docs/html/tools/sdk/eclipse-adt.jd +++ b/docs/html/tools/sdk/eclipse-adt.jd @@ -57,6 +57,40 @@ 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 22.2.1</a> <em>(September 2013)</em> + </p> + + <div class="toggle-content-toggleme"> +<dl> + <dt>Dependencies:</dt> + + <dd> + <ul> + <li>Java 1.6 or higher is required.</li> + <li>Eclipse Helios (Version 3.6.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 r22.2.1</a>. + If you haven't already installed SDK Tools r22.2.1 into your SDK, use the + Android SDK Manager to do so.</li> + </ul> + </dd> + + <dt>General Notes:</dt> + <dd> + <ul> + <li>Fixed problem with templates that causes the new project wizard to hang. + (<a href="http://b.android.com/60149">Issue 60149</a>)</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.2</a> <em>(September 2013)</em> </p> diff --git a/docs/html/tools/sdk/tools-notes.jd b/docs/html/tools/sdk/tools-notes.jd index e8c4717..25c409e 100644 --- a/docs/html/tools/sdk/tools-notes.jd +++ b/docs/html/tools/sdk/tools-notes.jd @@ -30,6 +30,40 @@ 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.2.1</a> <em>(September 2013)</em> + </p> + + <div class="toggle-content-toggleme"> + + <dl> + <dt>Dependencies:</dt> + <dd> + <ul> + <li>Android SDK Platform-tools revision 16 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.2.1 and later. If you haven't already, update your + <a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 22.2.1.</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 problem with templates that causes the new project wizard to hang. + (<a href="http://b.android.com/60149">Issue 60149</a>)</li> + <li>Fixed crash when using the lint command line tool because of mis-matched library + dependency. (<a href="http://b.android.com/60190">Issue 60190</a>)</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 22.2</a> <em>(September 2013)</em> </p> |
