summaryrefslogtreecommitdiffstats
path: root/docs/html/resources/samples
diff options
context:
space:
mode:
authorDirk Dougherty <ddougherty@google.com>2010-04-07 17:05:16 -0700
committerDirk Dougherty <ddougherty@google.com>2010-05-11 20:07:32 -0700
commit0d1b0814be24f501395bf175fba8691117f782d5 (patch)
tree9aa8a36c07711b8aee40c300f6989aa13f4f4897 /docs/html/resources/samples
parent4d5275e723221df67aad00a440dd6a2e9a22caae (diff)
downloadframeworks_base-0d1b0814be24f501395bf175fba8691117f782d5.zip
frameworks_base-0d1b0814be24f501395bf175fba8691117f782d5.tar.gz
frameworks_base-0d1b0814be24f501395bf175fba8691117f782d5.tar.bz2
Doc change: updates for new tools, platform, adt versions. Misc other fixes updates in doc files.
Change-Id: I7abf541316f2796079cf646a3294db535fcaaa8a
Diffstat (limited to 'docs/html/resources/samples')
-rw-r--r--docs/html/resources/samples/get.jd6
-rw-r--r--docs/html/resources/samples/index.jd2
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/html/resources/samples/get.jd b/docs/html/resources/samples/get.jd
index 898bc49..1b6d137 100644
--- a/docs/html/resources/samples/get.jd
+++ b/docs/html/resources/samples/get.jd
@@ -40,7 +40,7 @@ SDK Components</a> document. </p>
computer in this location:</p>
<p style="margin-left:2em">
-<code><em>&lt;sdk&gt;</em>/samples/<em>&lt;platform-version&gt;</em>/</code>
+<code><em>&lt;sdk&gt;</em>/samples/android-&lt;<em>level</em>&gt;/</code>
</p>
<p>You can easily create new Android projects with the downloaded samples, modify them
@@ -49,7 +49,7 @@ if you'd like, and then run them on an emulator or device. </p>
<p>For example, if you are developing in Eclipse with the ADT Plugin, you can
create a project for the "API Demos" sample app by starting a new Android
Project, selecting "Create project from existing source", and then browsing to
-the <code><em>&lt;sdk&gt;</em>/samples/<em>&lt;platform&gt;</em>/ApiDemos</code>
+the <code><em>&lt;sdk&gt;</em>/samples/android-&lt;<em>level</em>&gt;/ApiDemos</code>
directory (the <code>samples</code> directory for the platform version you are
using).</p>
@@ -57,7 +57,7 @@ using).</p>
sample using the <code>android</code> tool, by executing this command:</p>
<pre class="no-pretty-print">
-android update project -s -n API Demos -t <em>&lt;target_ID></em> -p <em>&lt;path&gt;</em>samples/<em>&lt;platforms&gt;</em>/ApiDemos/
+android update project -s -n API Demos -t <em>&lt;target_ID></em> -p &lt;<em>path</em>&gt;</em>samples/android-&lt;<em>level</em>&gt;/ApiDemos/
</pre>
<h3 id="browsing">Browsing the Sample Code</h3>
diff --git a/docs/html/resources/samples/index.jd b/docs/html/resources/samples/index.jd
index 4019200..9fc8e0b 100644
--- a/docs/html/resources/samples/index.jd
+++ b/docs/html/resources/samples/index.jd
@@ -23,7 +23,7 @@ href="{@docRoot}resources/samples/get.html">Getting the Samples</a>.</p>
framework topics.</dd>
<dt><a href="BackupRestore/index.html">Backup and Restore</a></dt>
- <dd>An simple example that illustrates a few different ways for an application to
+ <dd>A simple example that illustrates a few different ways for an application to
implement support for the Android data backup and restore mechanism.</dd>
<dt><a href="BluetoothChat/index.html">Bluetooth Chat</a></dt>