diff options
Diffstat (limited to 'docs/html/tools/revisions')
-rw-r--r-- | docs/html/tools/revisions/build-tools.jd | 3 | ||||
-rw-r--r-- | docs/html/tools/revisions/platforms.jd | 27 | ||||
-rw-r--r-- | docs/html/tools/revisions/studio.jd | 4 |
3 files changed, 24 insertions, 10 deletions
diff --git a/docs/html/tools/revisions/build-tools.jd b/docs/html/tools/revisions/build-tools.jd index 4afdf13..593770a 100644 --- a/docs/html/tools/revisions/build-tools.jd +++ b/docs/html/tools/revisions/build-tools.jd @@ -1,4 +1,5 @@ -page.title=Build Tools +page.title=SDK Build Tools Release Notes + @jd:body <div id="qv-wrapper"> diff --git a/docs/html/tools/revisions/platforms.jd b/docs/html/tools/revisions/platforms.jd index ef8575a..75b3cef 100644 --- a/docs/html/tools/revisions/platforms.jd +++ b/docs/html/tools/revisions/platforms.jd @@ -1,4 +1,5 @@ -page.title=Platforms +page.title=SDK Platforms Release Notes + @jd:body <div id="qv-wrapper"> @@ -20,10 +21,16 @@ Highlights and APIs</a></li> -<p>This document provides information about Android platform releases. In order to compile your -application against a particular platform release, you must download and install the SDK Platform -for that release. If you want to test your application on an emulator, you must also download at -least one system image for that platform release.</p> +<p>This document provides release information about the SDK Platform packages required +for app development. If you want details about the features and APIs added in each Android +version, instead read the highlights in the <a href="{@docRoot}about/index.html">About</a> +section.</p> + +<p>In order to compile your application against a particular version of Android, you must use the +<a href="{@docRoot}tools/help/sdk-manager.html">SDK Manager</a> to download and install the SDK +Platform for that release. If you want to test your application on an emulator, you must also +download at least one System Image for that Android version.</p> + <p>Each platform release includes system images that support a specific processor architecture, such as ARM EABI, Intel x86 or MIPS. Platform releases also include a system image that contains @@ -44,7 +51,7 @@ platform system images under each platform version header, for example:</p> <p class="caution"><strong>Important:</strong> To download the most recent Android system components from the Android SDK Manager, you must first update the SDK Tools to the most recent release and restart the SDK Manager. If you do not, the latest Android system -components will not be available for download.</p> +packages may not be available for download.</p> <h2 id="5.0">Android 5.0</h2> @@ -58,6 +65,8 @@ class="toggle-content-img" alt="" />Revision 1</a> <em>(October 2014)</em> <div class="toggle-content-toggleme"> <p>Initial release for Android 5.0 (API level 21).</p> + <p>Also see the + <a href="{@docRoot}about/versions/android-5.0.html">Android 5.0 APIs overview</a>.</p> <p>Dependencies:</p> <ul> <li>Android SDK Platform-tools r21 or higher is required.</li> @@ -82,7 +91,7 @@ class="toggle-content-img" alt="" />Revision 1</a> <em>(October 2014)</em> <div class="toggle-content open"> <p><a href="#" onclick="return toggleContent(this)"> - <img src="{@docRoot}assets/images/triangle-open.png" + <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt="" />Revision 2</a> <em>(October 2014)</em> </p> @@ -135,6 +144,8 @@ class="toggle-content-img" alt="" />Revision 2</a> <em>(December 2013)</em> <div class="toggle-content-toggleme"> <p>Maintenance release. The system version is 4.4.2.</p> + <p>Also see the + <a href="{@docRoot}about/versions/android-4.4.html">Android 4.4 APIs overview</a>.</p> <dl> <dt>Dependencies:</dt> <dd>Android SDK Platform-tools r19 or higher is required.</dd> @@ -153,6 +164,8 @@ class="toggle-content-img" alt="" />Revision 1</a> <em>(October 2013)</em> <div class="toggle-content-toggleme"> <p>Initial release. The system version is 4.4.</p> + <p>Also see the + <a href="{@docRoot}about/versions/android-4.4.html">Android 4.4 APIs overview</a>.</p> <dl> <dt>Dependencies:</dt> <dd>Android SDK Platform-tools r19 or higher is required.</dd> diff --git a/docs/html/tools/revisions/studio.jd b/docs/html/tools/revisions/studio.jd index 523929d..422beaa 100644 --- a/docs/html/tools/revisions/studio.jd +++ b/docs/html/tools/revisions/studio.jd @@ -1,4 +1,4 @@ -page.title=Android Studio Revisions +page.title=Android Studio Release Notes @jd:body @@ -26,7 +26,7 @@ everything you need to begin developing Android apps:</p> <li>A version of the Android system image for the emulator</li> </ul> -<p>For an introduction to Android Studio, make sure to read the +<p>For an introduction to Android Studio, read the <a href="{@docRoot}tools/studio/index.html">Android Studio</a> guide.</p> <p>Periodic updates are pushed to Android Studio without requiring you to update from here. To |