summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Scott Main <nobody@android.com> 2009-05-19 01:19:23 -0700
committer The Android Open Source Project <initial-contribution@android.com> 2009-05-19 01:19:23 -0700
commit0aa1fbae1e9811fd1449f75303470f134d72869c (patch)
treec11df2723129d067b9764cdd729ec54cc6e00ede
parentaae9689733314bcbdea80e65e7059a7766cbc244 (diff)
parent51b22d74a39ef7f6a3684a36bb48ace523e83413 (diff)
am 51b22d74: am 221c9552: AI 148972: fix link to the installing guide to 1.5; fix a couple layout bugs in the document. BUG=1860640
Merge commit '51b22d74a39ef7f6a3684a36bb48ace523e83413' * commit '51b22d74a39ef7f6a3684a36bb48ace523e83413': AI 148972: fix link to the installing guide to 1.5;
-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.