Files
frameworks_base/docs/html/tools/help/avd-manager.jd
Trevor Johns 682c24e228 Resolve merge conflicts of a5060ee to nyc-dev
This undoes the automerger skip which occured in
commit e740c84dc3 and
replays it as a standard (NOT -s ours) merge.

Change-Id: If5a47be26f73d6a0735c425cd66310a3e2a89086
2016-04-19 02:03:59 -07:00

20 lines
711 B
Plaintext
Executable File

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