From 56783a742458968a6ec5daf4d9e7a72f755f5ce5 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Mon, 3 Feb 2014 17:07:27 -0800 Subject: [PATCH] remove samples page under tools. redirect in separate cl. bug: 12878293 Change-Id: I51b0946d5d408ba92b3ae6fdfad8f14209cdbd5d --- docs/html/tools/samples/index.jd | 32 -------------------------------- docs/html/tools/tools_toc.cs | 6 ------ 2 files changed, 38 deletions(-) delete mode 100644 docs/html/tools/samples/index.jd diff --git a/docs/html/tools/samples/index.jd b/docs/html/tools/samples/index.jd deleted file mode 100644 index 76ba37af10b5..000000000000 --- a/docs/html/tools/samples/index.jd +++ /dev/null @@ -1,32 +0,0 @@ -page.title=Samples -page.tags="example","code" -@jd:body - -

To help you understand some fundamental Android APIs and coding practices, a variety of sample -code is available from the Android SDK Manager. Each version of the Android platform available -from the SDK Manager offers its own set of sample apps.

- -

To download the samples:

-
    -
  1. Launch the Android SDK Manager. -
      -
    • On Windows, double-click the SDK Manager.exe file at the root of the Android SDK -directory.
    • -
    • On Mac or Linux, open a terminal to the {@code tools/} directory in the -Android SDK, then execute {@code android sdk}.
    -
  2. -
  3. Expand the list of packages for the latest Android platform.
  4. -
  5. Select and download Samples for SDK.
  6. -
- -

When the download is complete, you can find the source code for all samples at this location:

- -

-<sdk>/samples/android-<version>/ -

- -

The {@code <version>} number corresponds to the platform's - API level.

- -

You can easily create new Android projects with the downloaded samples, modify them -if you'd like, and then run them on an emulator or device.

\ No newline at end of file diff --git a/docs/html/tools/tools_toc.cs b/docs/html/tools/tools_toc.cs index 3e6b6d49194f..a8424e62e10f 100644 --- a/docs/html/tools/tools_toc.cs +++ b/docs/html/tools/tools_toc.cs @@ -240,12 +240,6 @@ class="en">Platforms - - -