summaryrefslogtreecommitdiff
path: root/src/help/studio_help/src/topics/u_avd-offline-dialog.dita
blob: ce988d50f5b864f6d86967fc7b1f94461f8fbce3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "../dtd/reference.dtd">
<reference id="u_avd-offline-dialog" xml:lang="en-us">
  <title>Preferred AVD Offline dialog</title>
  <shortdesc>The AVD specified by your run configuration is offline, but a compatible AVD is running. This dialog gives
    you the choice of either launching the app in the compatible AVD or starting the specified AVD and launching it
    there.</shortdesc>
  <prolog>
    <metadata>
      <keywords>
        <!--<indexterm></indexterm>-->
      </keywords>
    </metadata>
  </prolog>
  <refbody>
    <section>This dialog is only displayed if you attempt to launch an app on an emulated device (AVD) that isn't
      running while there is a compatible emulated device already running. The three buttons in this dialog allow you to
      do the following:</section>
    <simpletable>
      <strow>
        <stentry>
          <uicontrol>Ignore</uicontrol>
        </stentry>
        <stentry>Ignore the suggested AVD(s). Launch the AVD specified in the run configuration, and then install and
          run the app on that AVD.</stentry>
      </strow>
      <strow>
        <stentry>
          <uicontrol>Abort</uicontrol>
        </stentry>
        <stentry>Cancel the app launch.</stentry>
      </strow>
      <strow>
        <stentry>
          <uicontrol>OK</uicontrol>
        </stentry>
        <stentry>Deploy the app to the chosen AVD and launch it, rather than using the AVD specified in the run
          configuration. Note that the OK button is disabled if you have not yet selected a running AVD.</stentry>
      </strow>
    </simpletable>
    <section>There is also an option to "Update configuration to use selected AVD". If you select this option, the
      Device field in the run configuration will be changed to the selected AVD, ensuring that future runs of that
      configuration will deploy to the selected AVD automatically.</section>
  </refbody>
</reference>