diff options
| author | Ricardo Cervera <rcervera@google.com> | 2014-04-25 22:15:28 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-04-25 22:15:28 +0000 |
| commit | 039bd50825f7ea8b706c8ea6e54a1c893759309d (patch) | |
| tree | 178158570951ae28b58571c7e76de3c6f2cc5570 /docs/html/tools/sdk | |
| parent | fdc9e56ff8a1019c353e77f5d4b5f3566d173941 (diff) | |
| parent | a28bcbc961b702bc620f357dabf5e8e4fc7b7472 (diff) | |
| download | frameworks_base-039bd50825f7ea8b706c8ea6e54a1c893759309d.zip frameworks_base-039bd50825f7ea8b706c8ea6e54a1c893759309d.tar.gz frameworks_base-039bd50825f7ea8b706c8ea6e54a1c893759309d.tar.bz2 | |
Merge "docs: Added release notes for ADT 22.6.3" into klp-docs
Diffstat (limited to 'docs/html/tools/sdk')
| -rw-r--r-- | docs/html/tools/sdk/eclipse-adt.jd | 41 | ||||
| -rw-r--r-- | docs/html/tools/sdk/tools-notes.jd | 40 |
2 files changed, 80 insertions, 1 deletions
diff --git a/docs/html/tools/sdk/eclipse-adt.jd b/docs/html/tools/sdk/eclipse-adt.jd index d106f4a..124e58d 100644 --- a/docs/html/tools/sdk/eclipse-adt.jd +++ b/docs/html/tools/sdk/eclipse-adt.jd @@ -53,10 +53,49 @@ the ADT Plugin, as denoted by revision number. </p> <p>For a summary of all known issues in ADT, see <a href="http://tools.android.com/knownissues">http://tools.android.com/knownissues</a>.</p> - <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.6.3</a> <em>(April 2014)</em> + </p> + + <div class="toggle-content-toggleme"> +<dl> + <dt>Dependencies:</dt> + + <dd> + <ul> + <li>Java 1.6 or higher is required.</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 r22.6.3</a>. + If you haven't already installed SDK Tools r22.6.3 into your SDK, use the + Android SDK Manager to do so.</li> + </ul> + </dd> + + <dt>General Notes:</dt> + <dd> + <ul> + <li>Fixed a problem where the AVD manager allowed creating Android Wear virtual devices + with a target API Level lower than 19.</li> + <li>Fixed the description of Android Wear system images in the SDK Manager.</li> + </ul> + </dd> + + <dt>Known Issues:</dt> + <dd> + <p>When you create an Android Wear virtual device in the AVD manager, a target API Level + lower than 19 may be selected by default. Make sure you select the target API Level 19 + when creating Android Wear virtual devices.</p> + </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.2</a> <em>(March 2014)</em> </p> diff --git a/docs/html/tools/sdk/tools-notes.jd b/docs/html/tools/sdk/tools-notes.jd index 14b5505..9b06a9d 100644 --- a/docs/html/tools/sdk/tools-notes.jd +++ b/docs/html/tools/sdk/tools-notes.jd @@ -28,6 +28,46 @@ 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.3</a> <em>(April 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 a problem where the AVD manager allowed creating Android Wear virtual devices + with a target API Level lower than 19.</li> + <li>Fixed the description of Android Wear system images in the SDK Manager.</li> + </ul> + </dd> + + <dt>Known Issues:</dt> + <dd> + <p>When you create an Android Wear virtual device in the AVD manager, a target API Level + lower than 19 may be selected by default. Make sure you select the target API Level 19 + when creating Android Wear virtual devices.</p> + </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.2</a> <em>(March 2014)</em> </p> |
