diff options
author | Dirk Dougherty <> | 2009-04-27 18:13:11 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-04-27 18:13:11 -0700 |
commit | 752aaf92a8eb3d982cb870ac74f86315f9c5a918 (patch) | |
tree | 663a511303f56000e095e0e9dfdd77c305d4a332 /docs/html/guide/tutorials | |
parent | 5fe696f7b0ffe3b40d75026b16983246ec4cda4c (diff) |
AI 147874: Fix format and link errors in docs.
BUG=1790234
Automated import of CL 147874
Diffstat (limited to 'docs/html/guide/tutorials')
-rw-r--r-- | docs/html/guide/tutorials/hello-world.jd | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/docs/html/guide/tutorials/hello-world.jd b/docs/html/guide/tutorials/hello-world.jd index a888529d4cce..4d1e9cdf5b67 100644 --- a/docs/html/guide/tutorials/hello-world.jd +++ b/docs/html/guide/tutorials/hello-world.jd @@ -34,9 +34,14 @@ here when you've completed the installation.</p> <h2 id="avd">Create an AVD</h2> -<p class="note"><strong>Note:</strong> If you're developing with an Android SDK older -than the one provided for Android 1.5, you can skip this step and continue with -<a href="#create">Create the Project</a>.</p> +<div class="sidebox-wrapper"> + <div class="sidebox-inner"> + <p>To learn more about how to use AVDs and the options + available to you, refer to the + <a href="{@docRoot}guide/developing/tools/avd.html">Android + Virtual Devices</a> document.</p> + </div> +</div> <p>In this tutorial, you will run your application in the Android Emulator. Before you can launch the emulator, you must create an @@ -55,13 +60,6 @@ For the time being, press Return to skip it ("no" is the default response). That's it. This configures an AVD named "my_avd" that uses the Android 1.5 platform. The AVD is now ready for use in the emulator.</p> -<div class="sidebox-wrapper"> - <div class="sidebox-inner"> - <p>To learn more about Android Virtual Devices (and targets), refer to the - <a href="{@docRoot}guide/developing/tools/avd.html">AVD</a> document.</p> - </div> -</div> - <p>In the above command, the <code>--target</code> option is required and specifies the deployment target to run on the emulator. The <code>--name</code> option is also required and defines the @@ -247,7 +245,7 @@ to see it running.</p> <div class="sidebox-wrapper"> <div class="sidebox-inner"> <p>To learn more about creating and editing run configurations in Eclipse, refer to - <a href="{@docRoot}guide/developing/tools/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> |