diff options
Diffstat (limited to 'docs/html/training/basics')
-rw-r--r-- | docs/html/training/basics/firstapp/starting-activity.jd | 4 | ||||
-rw-r--r-- | docs/html/training/basics/fragments/support-lib.jd | 4 | ||||
-rw-r--r-- | docs/html/training/basics/supporting-devices/platforms.jd | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/docs/html/training/basics/firstapp/starting-activity.jd b/docs/html/training/basics/firstapp/starting-activity.jd index 65f22901..6f7fa5d 100644 --- a/docs/html/training/basics/firstapp/starting-activity.jd +++ b/docs/html/training/basics/firstapp/starting-activity.jd @@ -350,7 +350,7 @@ to implement default navigation behaviors, such as <a href="{@docRoot}design/patterns/navigation.html">Up navigation</a> on Android 4.1 (API level 16) and higher. You can provide the same navigation behaviors for older versions of Android by using the -<a href="{@docRoot}tools/extras/support-library.html">Support Library</a> and adding +<a href="{@docRoot}tools/support-library/index.html">Support Library</a> and adding the <a href="{@docRoot}guide/topics/manifest/meta-data-element.html">{@code <meta-data>}</a> element as shown here.</p> @@ -361,7 +361,7 @@ a different IDE, you should have installed it during the When using the templates in Eclipse, the Support Library is automatically added to your app project (you can see the library's JAR file listed under <em>Android Dependencies</em>). If you're not using Eclipse, you need to manually add the library to your project—follow the guide for <a -href="{@docRoot}tools/extras/support-library.html#SettingUp">setting up the Support Library</a> +href="{@docRoot}tools/support-library/setup.html">setting up the Support Library</a> then return here.</p> <p>If you're developing with Eclipse, you can run the app now, but not much happens. diff --git a/docs/html/training/basics/fragments/support-lib.jd b/docs/html/training/basics/fragments/support-lib.jd index b097de1..d949267 100644 --- a/docs/html/training/basics/fragments/support-lib.jd +++ b/docs/html/training/basics/fragments/support-lib.jd @@ -14,12 +14,12 @@ trainingnavtop=true </ol> <h2>You should also read</h2> <ul> - <li><a href="{@docRoot}tools/extras/support-library.html">Support Library</a></li> + <li><a href="{@docRoot}tools/support-library/index.html">Support Library</a></li> </ul> </div> </div> -<p>The Android <a href="{@docRoot}tools/extras/support-library.html">Support Library</a> provides a JAR +<p>The Android <a href="{@docRoot}tools/support-library/index.html">Support Library</a> provides a JAR file with an API library that allows you to use some of the more recent Android APIs in your app while running on earlier versions of Android. For instance, the Support Library provides a version of the {@link android.app.Fragment} APIs that you can use on Android 1.6 (API level 4) and diff --git a/docs/html/training/basics/supporting-devices/platforms.jd b/docs/html/training/basics/supporting-devices/platforms.jd index 04872a3..c38101a 100644 --- a/docs/html/training/basics/supporting-devices/platforms.jd +++ b/docs/html/training/basics/supporting-devices/platforms.jd @@ -23,7 +23,7 @@ previous.link=screens.html <ul> <li><a href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#ApiLevels">Android API Levels</a></li> <li><a -href="{@docRoot}tools/extras/support-library.html">Android Support Library</a></li> +href="{@docRoot}tools/support-library/index.html">Android Support Library</a></li> </ul> </div> </div> @@ -42,7 +42,7 @@ targeting your app to the latest version.</p> <p class="note"><strong>Tip:</strong> In order to provide the best features and functionality across several Android versions, you should use the <a -href="{@docRoot}tools/extras/support-library.html">Android Support Library</a> in your app, +href="{@docRoot}tools/support-library/index.html">Android Support Library</a> in your app, which allows you to use several recent platform APIs on older versions.</p> |