d5251a387e
Change-Id: Ic0d923478babf3de2b0cb31b26d57884ea886d7b
23 lines
851 B
Plaintext
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 > Android Virtual Device Manager</strong>, or click
|
|
the AVD Manager icon in the toolbar.</li>
|
|
|
|
<li>In Android Studio: select <strong>Tools > Android > 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>.
|