diff options
| author | Dirk Dougherty <ddougherty@google.com> | 2010-04-07 17:05:16 -0700 |
|---|---|---|
| committer | Dirk Dougherty <ddougherty@google.com> | 2010-05-11 20:07:32 -0700 |
| commit | 0d1b0814be24f501395bf175fba8691117f782d5 (patch) | |
| tree | 9aa8a36c07711b8aee40c300f6989aa13f4f4897 /docs/html/resources | |
| parent | 4d5275e723221df67aad00a440dd6a2e9a22caae (diff) | |
| download | frameworks_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')
| -rw-r--r-- | docs/html/resources/samples/get.jd | 6 | ||||
| -rw-r--r-- | docs/html/resources/samples/index.jd | 2 | ||||
| -rw-r--r-- | docs/html/resources/tutorials/hello-world.jd | 10 | ||||
| -rw-r--r-- | docs/html/resources/tutorials/testing/activity_test.jd | 4 |
4 files changed, 12 insertions, 10 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> diff --git a/docs/html/resources/tutorials/hello-world.jd b/docs/html/resources/tutorials/hello-world.jd index 1079fb5..7bad054 100644 --- a/docs/html/resources/tutorials/hello-world.jd +++ b/docs/html/resources/tutorials/hello-world.jd @@ -260,14 +260,16 @@ to see it running.</p> <div class="sidebox-wrapper"> <div class="sidebox"> <p>To learn more about creating and editing run configurations in Eclipse, refer to - <a href="{@docRoot}guide/developing/eclipse-adt.html#RunConfig">Developing In Eclipse, + <a href="{@docRoot}guide/developing/eclipse-adt.html#RunConfig">Developing In Eclipse, with ADT</a>.</p> </div> </div> -<p>The Eclipse ADT will automatically create a new run configuration for your project -and the Android Emulator will automatically launch. Once the emulator is booted up, -your application will appear after a moment. You should now see something like this:</p> +<p>The Eclipse plugin automatically creates a new run configuration for your project +and then launches the Android Emulator. Depending on your environment, the Android +emulator might take several minutes to boot fully, so please be patient. When the +emulator is booted, the Eclipse plugin installs your application +and launches the default Activity. You should now see something like this:</p> <a href="images/hello_world_5.png"><img src="images/hello_world_5.png" style="height:230px" alt="" /></a> diff --git a/docs/html/resources/tutorials/testing/activity_test.jd b/docs/html/resources/tutorials/testing/activity_test.jd index ae4b6f3..87dd183 100644 --- a/docs/html/resources/tutorials/testing/activity_test.jd +++ b/docs/html/resources/tutorials/testing/activity_test.jd @@ -1208,8 +1208,8 @@ import android.widget.SpinnerAdapter; Close Eclipse with ADT. </li> <li> - Copy the file <code><SDK_path>/samples/android-8/SpinnerTest/src/com/android/examples/spinner/test/SpinnerActivityTest.java</code> - to the directory <code>workspace/SpinnerActivityTest/src/com/android/examples/spinner/test/</code>. + Copy the file <code><SDK_path>/samples/android-8/SpinnerTest/src/com/android/example/spinner/test/SpinnerActivityTest.java</code> + to the directory <code>workspace/SpinnerActivityTest/src/com/android/example/spinner/test/</code>. </li> <li> Restart Eclipse with ADT. |
