diff options
author | Scott Main <smain@google.com> | 2012-03-14 17:16:11 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2012-03-26 16:07:49 -0700 |
commit | a7b1b8c78c27964b3cbf0a9643ba74b980eecd3d (patch) | |
tree | 3173f2ab896f9fa910ccab6b7cf4487d7c858074 /docs/html/guide/appendix | |
parent | 7fa4a28e1e37cb66d28dc16b7128da1fba01da0e (diff) | |
download | frameworks_base-a7b1b8c78c27964b3cbf0a9643ba74b980eecd3d.zip frameworks_base-a7b1b8c78c27964b3cbf0a9643ba74b980eecd3d.tar.gz frameworks_base-a7b1b8c78c27964b3cbf0a9643ba74b980eecd3d.tar.bz2 |
docs: update SDK and AVD Manager strings; update android tool doc
and update another AVD manager screenshot
and finally change "component" to "package" for SDK manager docs
Change-Id: Iae7de7c0264d0cdff4fba0920e50e4637bcf90e0
Diffstat (limited to 'docs/html/guide/appendix')
-rw-r--r-- | docs/html/guide/appendix/api-levels.jd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/guide/appendix/api-levels.jd b/docs/html/guide/appendix/api-levels.jd index cc98f8f..bc7d83b 100644 --- a/docs/html/guide/appendix/api-levels.jd +++ b/docs/html/guide/appendix/api-levels.jd @@ -350,11 +350,11 @@ including the latest version, and provides an updater tool that you can use to download other platform versions as necessary. </p> <p>To access the updater, use the <code>android</code> command-line tool, -located in the <sdk>/tools directory. You can launch the Updater by using -the <code>android</code> command without specifying any options. You can +located in the <sdk>/tools directory. You can launch the SDK updater by +executing <code>android sdk</code>. You can also simply double-click the android.bat (Windows) or android (OS X/Linux) file. In ADT, you can also access the updater by selecting -<strong>Window</strong> > <strong>Android SDK and AVD +<strong>Window</strong> > <strong>Android SDK Manager</strong>.</p> <p>To run your application against different platform versions in the emulator, |