diff options
author | Dirk Dougherty <nobody@android.com> | 2009-05-22 16:08:05 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-05-22 16:08:05 -0700 |
commit | 22075a3b7430958ea81cb75eb305ccd254c0e38f (patch) | |
tree | 01e6b00422889cc0b1c831e8f4e8e3abb557568d /docs/html/guide/developing | |
parent | 2ee6c4c3ab98e198260e5c7dbd2922c0ef370a06 (diff) | |
parent | 5b6a5cee4c48fd2ffc35f07ebe9f24eb53086b9a (diff) | |
download | frameworks_base-22075a3b7430958ea81cb75eb305ccd254c0e38f.zip frameworks_base-22075a3b7430958ea81cb75eb305ccd254c0e38f.tar.gz frameworks_base-22075a3b7430958ea81cb75eb305ccd254c0e38f.tar.bz2 |
am 5b6a5cee: am 3f9de8b6: AI 149211: Doc updates for Android 1.5 SDK, r2. BUG=1790234
Merge commit '5b6a5cee4c48fd2ffc35f07ebe9f24eb53086b9a'
* commit '5b6a5cee4c48fd2ffc35f07ebe9f24eb53086b9a':
AI 149211: Doc updates for Android 1.5 SDK, r2.
Diffstat (limited to 'docs/html/guide/developing')
-rw-r--r-- | docs/html/guide/developing/eclipse-adt.jd | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/html/guide/developing/eclipse-adt.jd b/docs/html/guide/developing/eclipse-adt.jd index 75f3d78..3b3bb38 100644 --- a/docs/html/guide/developing/eclipse-adt.jd +++ b/docs/html/guide/developing/eclipse-adt.jd @@ -38,15 +38,15 @@ manifest and resource files.</li> <p>To begin developing Android applications in the Eclipse IDE with ADT, you first need to download the Eclipse IDE and then download and install the ADT plugin. To do so, follow the -steps given in <a href="{@docRoot}sdk/1.5_r1/installing.html#installingplugin">Installing +steps given in <a href="{@docRoot}sdk/{@sdkCurrent}/installing.html#installingplugin">Installing the ADT Plugin</a>.</p> <p>If you are already developing applications using a version of ADT earlier than 0.9, make sure to upgrade to the latest version before continuing. See the guide to -<a href="{@docRoot}sdk/1.5_r1/upgrading.html#UpdateAdt">Update Your Eclipse ADT Plugin</a>.</p> +<a href="{@docRoot}sdk/{@sdkCurrent}/upgrading.html#UpdateAdt">Updating Your Eclipse ADT Plugin</a>.</p> <p class="note"><strong>Note:</strong> This guide assumes you are using the latest version of -the ADT plugin (0.9). While most of the information covered also applies to previous +the ADT plugin. While most of the information covered also applies to previous versions, if you are using an older version, you may want to consult this document from the set of documentation included in your SDK package (instead of the online version).</p> @@ -138,9 +138,9 @@ folders and files in your new project:</p> <p><em>Wait!</em> Before you can run your application on the Android Emulator, you <strong>must</strong> create an Android Virtual Device (AVD). An AVD is a configuration that specifies the Android platform to be used on the emulator. -You can read more about AVDs in the <a href="{@docRoot}guide/developing/index.html#avd">Developing -Overview</a>, but if you just want to get started, follow the simple guide below to create -an AVD.</p> +You can read more in the <a href="{@docRoot}guide/developing/tools/avd.html">Android Virtual +Devices</a> document, but if you just want to get started, follow the simple guide below to +create an AVD.</p> <p>If you will be running your applications only on actual device hardware, you do not need an AVD — see |