* commit 'a01f2e737c23ea8a45d34b9709b9a1010385b4c5': docs: emulator updates
This commit is contained in:
@ -5,16 +5,16 @@ page.title=Managing Virtual Devices
|
|||||||
<p>An Android Virtual Device (AVD) is an emulator configuration that lets you model an actual
|
<p>An Android Virtual Device (AVD) is an emulator configuration that lets you model an actual
|
||||||
device by defining hardware and software options to be emulated by the Android Emulator.</p>
|
device by defining hardware and software options to be emulated by the Android Emulator.</p>
|
||||||
|
|
||||||
<p>The easiest way to create an AVD is to use the graphical <a href=
|
<p>The easiest way to create an AVD is to use the graphical
|
||||||
"{@docRoot}tools/devices/managing-avds.html">AVD Manager</a>, which you launch
|
<a href="{@docRoot}tools/devices/managing-avds.html">AVD Manager</a>, which you launch
|
||||||
from Eclipse by clicking <strong>Window > AVD Manager</strong>. You can also start the AVD
|
from Android Studio by clicking <strong>Tools > Android > AVD Manager</strong>. You can
|
||||||
Manager from the command line by calling the <code>android</code> tool with the <code>avd</code>
|
also start the AVD Manager from the command line by calling the <code>android</code> tool with
|
||||||
options, from the <strong><sdk>/tools/</strong> directory.</p>
|
the <code>avd</code> options, from the <strong><sdk>/tools/</strong> directory.</p>
|
||||||
|
|
||||||
<p>You can also create AVDs on the command line by passing the <code>android</code> tool options.
|
<p>You can also create AVDs on the command line by passing the <code>android</code> tool options.
|
||||||
For more information on how to create AVDs in this manner, see <a href=
|
For more information on how to create AVDs in this manner, see
|
||||||
"{@docRoot}tools/devices/managing-avds-cmdline.html">Managing Virtual
|
<a href="{@docRoot}tools/devices/managing-avds-cmdline.html">Managing Virtual Devices from the
|
||||||
Devices from the Command Line</a>.</p>
|
Command Line</a>.</p>
|
||||||
|
|
||||||
<p>An AVD consists of:</p>
|
<p>An AVD consists of:</p>
|
||||||
|
|
||||||
|
@ -84,8 +84,8 @@ id: 5 or "android-9"
|
|||||||
|
|
||||||
<h2 id="AVDCmdLine">Creating AVDs</h2>
|
<h2 id="AVDCmdLine">Creating AVDs</h2>
|
||||||
|
|
||||||
<p>In addition to creating AVDs with the
|
<p>In addition to creating AVDs with the
|
||||||
<a href="{@docRoot}tools/devices/managing-avds-cmdline.html">AVD Manager user interface</a>,
|
<a href="{@docRoot}tools/help/avd-manager.html">AVD Manager user interface</a>,
|
||||||
you can also create them by passing in command line arguments to the <code>android</code> tool.
|
you can also create them by passing in command line arguments to the <code>android</code> tool.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user