From 89c45b3ef0ad47edb421b2abe89d990faa25ffbb Mon Sep 17 00:00:00 2001 From: Scott Main Date: Thu, 13 Oct 2011 11:31:57 -0700 Subject: docs: add toc to emulator doc and a few cross-links Change-Id: I261c14e355e330d8daf5603dded4c0ef7028e090 --- docs/html/guide/developing/devices/emulator.jd | 11 ++++++++--- docs/html/guide/developing/tools/emulator.jd | 24 +++++++++++++++++++++++- 2 files changed, 31 insertions(+), 4 deletions(-) diff --git a/docs/html/guide/developing/devices/emulator.jd b/docs/html/guide/developing/devices/emulator.jd index fe00531..8211275 100644 --- a/docs/html/guide/developing/devices/emulator.jd +++ b/docs/html/guide/developing/devices/emulator.jd @@ -32,6 +32,12 @@ parent.link=index.html + +

See also

+
    +
  1. Android Emulator
  2. +
  3. Managing AVDs with AVD Manager
  4. +
@@ -63,8 +69,6 @@ on the data channel.

- -

Overview

The Android emulator is a QEMU-based application that provides a virtual ARM @@ -166,7 +170,8 @@ on the Emulator for information about how to install your application.

To stop an emulator instance, just close the emulator's window.

- +

For a reference of the emulator's startup commands and keyboard mapping, see +the Android Emulator document.

diff --git a/docs/html/guide/developing/tools/emulator.jd b/docs/html/guide/developing/tools/emulator.jd index ff667f2..5151ec1 100644 --- a/docs/html/guide/developing/tools/emulator.jd +++ b/docs/html/guide/developing/tools/emulator.jd @@ -3,6 +3,25 @@ parent.title=Tools parent.link=index.html @jd:body +
+ +
+ +

The Android SDK includes a mobile device emulator — a virtual mobile device that runs on your computer. The emulator lets you develop and test Android applications without using a physical device.

@@ -451,7 +470,10 @@ Managing Virtual Devices with AVD Manager. See comments for -skin, above. -

Emulator Keyboard Mapping

+ + +

Emulator Keyboard Mapping

+

The table below summarizes the mappings between the emulator keys and and the keys of your keyboard.

Table 2. Emulator keyboard mapping

-- cgit v1.1