diff options
Diffstat (limited to 'docs/html/tools')
| -rw-r--r-- | docs/html/tools/revisions/build-tools.jd | 19 | ||||
| -rw-r--r-- | docs/html/tools/revisions/platforms.jd | 28 | ||||
| -rw-r--r-- | docs/html/tools/sdk/eclipse-adt.jd | 67 | ||||
| -rw-r--r-- | docs/html/tools/sdk/tools-notes.jd | 65 | ||||
| -rw-r--r-- | docs/html/tools/support-library/index.jd | 27 | ||||
| -rw-r--r-- | docs/html/tools/tools_toc.cs | 4 |
6 files changed, 209 insertions, 1 deletions
diff --git a/docs/html/tools/revisions/build-tools.jd b/docs/html/tools/revisions/build-tools.jd index d8abab0..0abec2e 100644 --- a/docs/html/tools/revisions/build-tools.jd +++ b/docs/html/tools/revisions/build-tools.jd @@ -77,6 +77,25 @@ listing in the Android SDK Manager.</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=""/>Build Tools, Revision 20.0.0</a> <em>(June 2014)</em> + </p> + <div class="toggle-content-toggleme"> + + <dl> + <dt>General Notes:</dt> + <dd> + <ul> + <li>Added support for Android Wear.</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=""/>Build Tools, Revision 19.1.0</a> <em>(May 2014)</em> </p> <div class="toggle-content-toggleme"> diff --git a/docs/html/tools/revisions/platforms.jd b/docs/html/tools/revisions/platforms.jd index 5d1d13b..b5495c2 100644 --- a/docs/html/tools/revisions/platforms.jd +++ b/docs/html/tools/revisions/platforms.jd @@ -47,6 +47,34 @@ most recent release and restart the SDK Manager. If you do not, the latest Andro components will not be available for download.</p> +<h2 id="4.4">Android 4.4W</h2> + +<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="" />Revision 1</a> <em>(June 2014)</em> + </p> + + <div class="toggle-content-toggleme"> + + <p>Initial release for Android Wear.</p> + <p>Dependencies:</p> + <ul> + <li>Android SDK Platform-tools r20 or higher is required.</li> + <li>Android SDK Tools 23.0 or higher is required.</li> + </ul> + </div> + + <h3>Device Definitions</h3> + + <p>The platform includes the following device definitions for use in creating Android Virtual + Devices in the <a href="{@docRoot}tools/help/avd-manager.html">AVD Manager</a>:</p> + + <ul> + <li>Android Wear Round (320 x 320, hdpi)</li> + <li>Android Wear Square (320 x 320, hdpi)</li> + </ul> +</div> <h2 id="4.4">Android 4.4</h2> diff --git a/docs/html/tools/sdk/eclipse-adt.jd b/docs/html/tools/sdk/eclipse-adt.jd index 124e58d..5d04098 100644 --- a/docs/html/tools/sdk/eclipse-adt.jd +++ b/docs/html/tools/sdk/eclipse-adt.jd @@ -56,6 +56,73 @@ 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.2</a> <em>(July 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.2</a>. + If you haven't already installed SDK Tools r23.0.2 into your SDK, use the + Android SDK Manager to do so.</li> + </ul> + </dd> + + <dt>General Notes:</dt> + <dd> + <ul> + <li>ADT Bundle shows the Java perspective by default.</li> + <li>ADT Bundle 23.0.0 and prior versions would not allow updating the ADT plugins + due to conflicting dependencies. This version fixes that bug and should allow + updating to future versions of the ADT plugins.</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 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..c2aaae8 100644 --- a/docs/html/tools/sdk/tools-notes.jd +++ b/docs/html/tools/sdk/tools-notes.jd @@ -28,6 +28,71 @@ 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.2</a> <em>(July 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.2 and later. If you haven't already, update your + <a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 23.0.2.</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 ProGuard <code>.bat</code> files that were missing.</li> + <li>Added the <code>proguard-android.txt</code> file that was missing.</li> + <li>Renamed the <code>lombok-ast-0.2.2.jar</code> file to <code>lombok-ast.jar</code>, + which should allow running lint from the command line.</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 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> diff --git a/docs/html/tools/support-library/index.jd b/docs/html/tools/support-library/index.jd index e905285..68eca49 100644 --- a/docs/html/tools/support-library/index.jd +++ b/docs/html/tools/support-library/index.jd @@ -61,6 +61,33 @@ page.title=Support Library <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="" +/>Android Support Library, revision 20</a> <em>(July 2014)</em> + </p> + <div class="toggle-content-toggleme"> + <dl> + <dt>Changes for v4 support library:</dt> + <dd> + <ul> + <li>Added extended notification support for Android Wear in + {@link android.support.v4.app.NotificationCompat.WearableExtender}, which allows you + to specify wearable-specific features in your notifications.</li> + <li>Added {@link android.support.v4.app.NotificationCompat.Action.WearableExtender}, + which allows actions to be added on wearable notifications.</li> + <li>Added {@link android.support.v4.app.NotificationManagerCompat}, which allows you + to issue notifications that properly support wearable features.</li> + <li>Added {@link android.support.v4.app.RemoteInput}, which allows a handheld device + to receive voice input from a notification that appears on a wearable device.</li> + <li>Improved the handling of touch feedback in + {@link android.support.v4.widget.SwipeRefreshLayout}.</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="" />Android Support Library, revision 19.1.0</a> <em>(March 2014)</em> </p> <div class="toggle-content-toggleme"> diff --git a/docs/html/tools/tools_toc.cs b/docs/html/tools/tools_toc.cs index fb4659f..93e5976 100644 --- a/docs/html/tools/tools_toc.cs +++ b/docs/html/tools/tools_toc.cs @@ -11,7 +11,7 @@ <span class="en">Adding SDK Packages</span></a></li> </ul> </li> - + <li class="nav-section"> <div class="nav-section-header"> @@ -20,6 +20,8 @@ <ul> <li><a href="<?cs var:toroot ?>sdk/installing/migrate.html"> Migrating from Eclipse</a></li> + <li><a href="<?cs var:toroot ?>sdk/installing/create-project.html"> + Creating a Project</a></li> <li><a href="<?cs var:toroot ?>sdk/installing/studio-tips.html"> Tips and Tricks</a></li> <li><a href="<?cs var:toroot ?>sdk/installing/studio-layout.html"> |
