From 20d7db9b76404616ac1541c30080f5c5ab8add1c Mon Sep 17 00:00:00 2001 From: Rich Slogar Date: Wed, 29 Apr 2015 11:08:25 -0700 Subject: docs: emulator updates b/20427070 Change-Id: Ie57ec6a0a0fca2dff13ea3b343f9abfa13cdf8d8 --- docs/html/tools/devices/index.jd | 16 ++++++++-------- docs/html/tools/devices/managing-avds-cmdline.jd | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/html/tools/devices/index.jd b/docs/html/tools/devices/index.jd index 1ea4c478b8b2..6263c8b5a6b6 100644 --- a/docs/html/tools/devices/index.jd +++ b/docs/html/tools/devices/index.jd @@ -5,16 +5,16 @@ page.title=Managing Virtual Devices

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.

-

The easiest way to create an AVD is to use the graphical AVD Manager, which you launch - from Eclipse by clicking Window > AVD Manager. You can also start the AVD -Manager from the command line by calling the android tool with the avd -options, from the <sdk>/tools/ directory.

+

The easiest way to create an AVD is to use the graphical + AVD Manager, which you launch + from Android Studio by clicking Tools > Android > AVD Manager. You can + also start the AVD Manager from the command line by calling the android tool with + the avd options, from the <sdk>/tools/ directory.

You can also create AVDs on the command line by passing the android tool options. - For more information on how to create AVDs in this manner, see Managing Virtual - Devices from the Command Line.

+ For more information on how to create AVDs in this manner, see + Managing Virtual Devices from the + Command Line.

An AVD consists of:

diff --git a/docs/html/tools/devices/managing-avds-cmdline.jd b/docs/html/tools/devices/managing-avds-cmdline.jd index ba353c1538da..c16b1f85e6a2 100644 --- a/docs/html/tools/devices/managing-avds-cmdline.jd +++ b/docs/html/tools/devices/managing-avds-cmdline.jd @@ -84,8 +84,8 @@ id: 5 or "android-9"

Creating AVDs

-

In addition to creating AVDs with the -AVD Manager user interface, +

In addition to creating AVDs with the +AVD Manager user interface, you can also create them by passing in command line arguments to the android tool.

-- cgit v1.2.3-59-g8ed1b