Scott Main d5251a387e add android studio to launch procedures
Change-Id: Ic0d923478babf3de2b0cb31b26d57884ea886d7b
2014-02-12 17:14:42 -08:00

23 lines
851 B
Plaintext

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>.