summaryrefslogtreecommitdiff
path: root/src/help/studio_help/src/topics/t_device-state-managing.dita
diff options
context:
space:
mode:
Diffstat (limited to 'src/help/studio_help/src/topics/t_device-state-managing.dita')
-rw-r--r--src/help/studio_help/src/topics/t_device-state-managing.dita32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/help/studio_help/src/topics/t_device-state-managing.dita b/src/help/studio_help/src/topics/t_device-state-managing.dita
new file mode 100644
index 0000000..0820928
--- /dev/null
+++ b/src/help/studio_help/src/topics/t_device-state-managing.dita
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE task
+ PUBLIC "-//OASIS//DTD DITA Task//EN" "../dtd/task.dtd">
+<task xml:lang="en-us" id="t_device-state-managing">
+ <title>Managing device state</title>
+ <shortdesc>Issue Android Debug Bridge (adb) commands to manage the state of real or emulated devices.</shortdesc>
+ <prolog>
+ <metadata>
+ <keywords>
+ <!--<indexterm></indexterm>-->
+ </keywords>
+ </metadata>
+ </prolog>
+ <taskbody>
+ <steps>
+ <step>
+ <cmd>Switch to the Device Management view.</cmd>
+ </step>
+ <step>
+ <cmd>Right-click an Android handset or running AVD.</cmd>
+ <info>The AVD must be running; start if, if necessary.</info>
+ </step>
+ <step>
+ <cmd>From the menu that appears, select <uicontrol>ADB Shell</uicontrol>.</cmd>
+ <stepresult>The Console view is opened or brought forward, and an adb shell console for the selected device is
+ displayed. Use it to issue adb shell commands. </stepresult>
+ </step>
+ </steps>
+ <postreq>Note that you can switch the Console view between various consoles by clicking <image
+ href="../images/display-selected-console-button.png"/> (Display Selected Console).</postreq>
+ </taskbody>
+</task>