diff options
Diffstat (limited to 'docs/html/resources/samples')
-rw-r--r-- | docs/html/resources/samples/get.jd | 6 | ||||
-rw-r--r-- | docs/html/resources/samples/index.jd | 2 |
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><sdk></em>/samples/<em><platform-version></em>/</code> +<code><em><sdk></em>/samples/android-<<em>level</em>>/</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><sdk></em>/samples/<em><platform></em>/ApiDemos</code> +the <code><em><sdk></em>/samples/android-<<em>level</em>>/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><target_ID></em> -p <em><path></em>samples/<em><platforms></em>/ApiDemos/ +android update project -s -n API Demos -t <em><target_ID></em> -p <<em>path</em>></em>samples/android-<<em>level</em>>/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> |