summaryrefslogtreecommitdiff
path: root/docs/html/guide/tutorials
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2009-07-21 11:16:54 -0700
committerJean-Baptiste Queru <jbq@google.com>2009-07-21 11:16:54 -0700
commitcf4550c3198d6b3d92cdc52707fe70d7cc0caa9f (patch)
tree6510f35ad004f1a4640b48264c290926e8596d7a /docs/html/guide/tutorials
parent4cf03d381b2dff908857fceff0bec445f8d44f36 (diff)
donut snapshot
Diffstat (limited to 'docs/html/guide/tutorials')
-rw-r--r--docs/html/guide/tutorials/hello-world.jd6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/guide/tutorials/hello-world.jd b/docs/html/guide/tutorials/hello-world.jd
index 4d1e9cdf5b67..79b723d162d6 100644
--- a/docs/html/guide/tutorials/hello-world.jd
+++ b/docs/html/guide/tutorials/hello-world.jd
@@ -29,7 +29,7 @@ You can then return to this tutorial and ignore anything about Eclipse.</p>
<p>Before you start, you should already have the very latest SDK installed, and if you're using
Eclipse, you should have installed the ADT plugin as well. If you have not installed these, see
-<a href="{@docRoot}sdk/1.1_r1/installing.html">Installing the Android SDK</a> and return
+<a href="{@docRoot}sdk/{@sdkCurrent}/installing.html">Installing the Android SDK</a> and return
here when you've completed the installation.</p>
<h2 id="avd">Create an AVD</h2>
@@ -80,7 +80,7 @@ Android project in Eclipse.</p>
"Android XML File" will also be available.)</p>
</li>
- <li>Selected "Android Project" and click <strong>Next</strong>.
+ <li>Select "Android Project" and click <strong>Next</strong>.<br/>
<a href="images/hello_world_0.png"><img src="images/hello_world_0.png" style="height:230px" alt="" /></a>
</li>
@@ -147,7 +147,7 @@ Android project in Eclipse.</p>
built against the 1.1 platform library will run normally on the 1.5 platform. The reverse
is not true.</p>
</li>
-</ul>
+</ol>
<p>Your Android project is now ready. It should be visible in the Package
Explorer on the left.