diff options
Diffstat (limited to 'docs/html/offline.jd')
-rw-r--r-- | docs/html/offline.jd | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/html/offline.jd b/docs/html/offline.jd index d41459b..a42e346 100644 --- a/docs/html/offline.jd +++ b/docs/html/offline.jd @@ -9,16 +9,18 @@ page.title=Welcome <img src="{@docRoot}images/android_icon_125.png" style="float:right; margin:1em 6em 6em;" /> <p>If you've just downloaded the SDK, then continue with -<a href="{@docRoot}sdk/1.1_r1/installing.html">Installing the Android SDK</a>.</p> +<a href="{@docRoot}sdk/{@sdkCurrent}/installing.html">Installing the Android SDK</a>.</p> <p>If you're upgrading from a previously installed version, then refer to the -<a href="{@docRoot}sdk/1.1_r1/upgrading.html">Upgrading</a> guide.</p> +<a href="{@docRoot}sdk/{@sdkCurrent}/upgrading.html">Upgrading</a> guide.</p> <p>Once you've completed the SDK installation, you can start learning about development on the Android framework by reading the <a href="{@docRoot}guide/index.html">Developer's Guide</a>. The SDK package -also includes a wide variety of very helpful <a -href="{@docRoot}samples/index.html">code samples</a>.</p> +also includes a wide variety of code samples specific to each Android +platform. You can find the samples at this location: </p> + +<p style="margin-left:2em"><code><sdk>/platforms/android-<version>/samples/</code></p> <p>Please note that you are currently viewing a local, offline version of the Android developer documentation. The offline documentation offers the same |