diff options
author | Scott Main <smain@google.com> | 2014-02-04 02:11:48 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-02-04 02:11:48 +0000 |
commit | e4cf272967d6cbfc8e9e7c5c2756651e306a2755 (patch) | |
tree | b2d9042f54352030abe770850672b48b29c80c0d | |
parent | fd71ddfd4378de331e231fbe22beb92f1efcd196 (diff) | |
parent | 5ae21db11291cca5ea6fe9f8b2b772deca438e5b (diff) | |
download | frameworks_base-e4cf272967d6cbfc8e9e7c5c2756651e306a2755.zip frameworks_base-e4cf272967d6cbfc8e9e7c5c2756651e306a2755.tar.gz frameworks_base-e4cf272967d6cbfc8e9e7c5c2756651e306a2755.tar.bz2 |
am 5ae21db1: am a7f84f3b: am 28a828fa: am 56783a74: remove samples page under tools. redirect in separate cl. bug: 12878293
* commit '5ae21db11291cca5ea6fe9f8b2b772deca438e5b':
remove samples page under tools. redirect in separate cl. bug: 12878293
-rw-r--r-- | docs/html/tools/samples/index.jd | 32 | ||||
-rw-r--r-- | docs/html/tools/tools_toc.cs | 6 |
2 files changed, 0 insertions, 38 deletions
diff --git a/docs/html/tools/samples/index.jd b/docs/html/tools/samples/index.jd deleted file mode 100644 index 76ba37a..0000000 --- a/docs/html/tools/samples/index.jd +++ /dev/null @@ -1,32 +0,0 @@ -page.title=Samples -page.tags="example","code" -@jd:body - -<p>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.</p> - -<p>To download the samples:</p> -<ol> - <li>Launch the Android SDK Manager. - <ul> - <li>On Windows, double-click the SDK Manager.exe file at the root of the Android SDK -directory.</li> - <li>On Mac or Linux, open a terminal to the {@code tools/} directory in the -Android SDK, then execute {@code android sdk}.</ul> - </li> - <li>Expand the list of packages for the latest Android platform.</li> - <li>Select and download <em>Samples for SDK</em>.</li> -</ol> - -<p>When the download is complete, you can find the source code for all samples at this location:</p> - -<p style="margin-left:2em"> -<code><sdk>/samples/android-<version>/</code> -</p> - -<p>The {@code <version>} number corresponds to the platform's - <a href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#ApiLevels">API level</a>.</p> - -<p>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.</p>
\ No newline at end of file diff --git a/docs/html/tools/tools_toc.cs b/docs/html/tools/tools_toc.cs index 3e6b6d4..a8424e6 100644 --- a/docs/html/tools/tools_toc.cs +++ b/docs/html/tools/tools_toc.cs @@ -240,12 +240,6 @@ class="en">Platforms</span></a></li> <li class="nav-section"> - <div class="nav-section-header empty"><a href="<?cs var:toroot -?>tools/samples/index.html"><span class="en">Samples</span></a></div> - </li> - - - <li class="nav-section"> <div class="nav-section-header"> <a href="<?cs var:toroot ?>tools/adk/index.html"> <span class="en">ADK</span></a> |