summaryrefslogtreecommitdiffstats
path: root/docs/html/tools/help/avd-manager.jd
blob: 20f6253cdbf6ecd04e6bbc80056e5e849a5dbf81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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; Android Virtual Device Manager</strong>, or click
  the AVD Manager icon in the toolbar.</li>

  <li>In Android Studio: select <strong>Tools &gt; Android &gt; AVD Manager</strong>, or click
  the AVD Manager icon in the 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>.