Files
frameworks_base/docs/html/offline.jd
Dirk Dougherty e90232b1da AI 147054: am: CL 147053 Add -hdf primer vars for the platform and release ID associated with the current (most recent) SDK.
Currently, the docs that are specific to each SDK release -- downloading, installing, upgrading, requirements -- are stored in a directory with release-derived name, such as "1.1_r1". This change lets documents use generic links to point into the most recent version specific docs, eg href="{@docRoot}sdk/{sdkCurrent}/installing.html" instead of href="{@docRoot}sdk/1.1_r1/installing.html".
  Original author: ddougherty
  Merged from: //branches/cupcake/...

Automated import of CL 147054
2009-04-21 01:00:12 -07:00

37 lines
1.5 KiB
Plaintext

home=true
page.title=Welcome
@jd:body
<div id="mainBodyFluid">
<h1>Welcome to the Android SDK!</h1>
<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/{@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/{@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>
<p>Please note that you are currently viewing a local, offline version of the
Android developer documentation. The offline documentation offers the same
content and features as the online documentation, but since the search
capability is network-based, it will not work while you are offline.
Autocompletion for API packages and classes, also offered from the search box,
is available both online and offline and loads the reference documentation for
the item you select.</p>
<p>For the most current, fully searchable documentation, please visit</p>
<p style="margin-left:2em;"><a href="http://developer.android.com/index.html">
http://developer.android.com</a>.</p>
</div>