diff options
author | Dirk Dougherty <ddougherty@google.com> | 2009-10-16 15:25:15 -0700 |
---|---|---|
committer | Dirk Dougherty <ddougherty@google.com> | 2009-10-22 00:59:47 -0700 |
commit | ee58d1bf9c54eaed623c4419e1d9db269a9c4137 (patch) | |
tree | 76dd7cec7266833966dfdd9d305790a0f6f224c2 /docs/html/guide/tutorials | |
parent | 6797b9fa06b4c86b92da117a7f84277f7a380820 (diff) | |
download | frameworks_base-ee58d1bf9c54eaed623c4419e1d9db269a9c4137.zip frameworks_base-ee58d1bf9c54eaed623c4419e1d9db269a9c4137.tar.gz frameworks_base-ee58d1bf9c54eaed623c4419e1d9db269a9c4137.tar.bz2 |
doc change: Add docs for SDK. Support new modular structure. In Android.mk, change @since level identifier to 5.xml, expose adt downloadable vars. Fix links that pointed to @sdkCurrent.
Change-Id:I368345755dd753b1056fb06ff25e4b32f3020e4d
Bug:2160782
Diffstat (limited to 'docs/html/guide/tutorials')
-rw-r--r-- | docs/html/guide/tutorials/hello-world.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/tutorials/hello-world.jd b/docs/html/guide/tutorials/hello-world.jd index 79b723d..58d1a16 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/{@sdkCurrent}/installing.html">Installing the Android SDK</a> and return +<a href="{@docRoot}sdk/installing.html">Installing the Android SDK</a> and return here when you've completed the installation.</p> <h2 id="avd">Create an AVD</h2> |