summaryrefslogtreecommitdiffstats
path: root/docs/html/tools/help/avd-manager.jd
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2012-11-07 11:08:01 -0800
committerScott Main <smain@google.com>2012-11-07 17:24:25 -0800
commit4623c0d842403bf2ae4b622590325c3635aaf563 (patch)
tree53ea0edb7c2543c1dca69480a09573330b5a3fbd /docs/html/tools/help/avd-manager.jd
parentfa2dbd693c3ffebd806cbbb4f708f754d58423ed (diff)
downloadframeworks_base-4623c0d842403bf2ae4b622590325c3635aaf563.zip
frameworks_base-4623c0d842403bf2ae4b622590325c3635aaf563.tar.gz
frameworks_base-4623c0d842403bf2ae4b622590325c3635aaf563.tar.bz2
docs: Add basic tool help pages for SDK and AVD Manager.
The SDK Manager page is needed particularly as a reference by some pages rather than pointing to the installation guide. Change-Id: Ie835e310f62cdc88bd6318e82f48e36bdd8e117a
Diffstat (limited to 'docs/html/tools/help/avd-manager.jd')
-rw-r--r--docs/html/tools/help/avd-manager.jd19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/html/tools/help/avd-manager.jd b/docs/html/tools/help/avd-manager.jd
new file mode 100644
index 0000000..ed90f43
--- /dev/null
+++ b/docs/html/tools/help/avd-manager.jd
@@ -0,0 +1,19 @@
+page.title=AVD Manager
+@jd:body
+
+
+<p>The AVD Manager provides a graphical user interface in which you can create
+and manage Android Virtual Devices (AVDs), which are required by the
+<a href="{@docRoot}tools/help/emulator.html">Android Emulator</a>.</p>
+
+<p>You can launch the AVD Manager in one of the following ways:</p>
+<ul>
+ <li>In Eclipse: select <strong>Window &gt; AVD Manager</strong>, or click
+ the AVD Manager icon in the Eclipse toolbar.</li>
+
+ <li>In other IDEs: Navigate to your SDK's <code>tools/</code> directory and execute
+ <code>android avd</code>.</li>
+</ul>
+
+<p>For more information, see <a href="{@docRoot}tools/devices/managing-avds.html">Managing
+AVDs with AVD Manager</a>.