nerdexam
Android

OA0-002 · Question #61

Which of these is the correct explanation of debugging using the Android Debug Bridge (adb) with a mobile device? (Assume that the development environment is a Windows machine)

The correct answer is B. On the terminal, set ADBHOST=<IP address of device>. See the full explanation below for the reasoning.

Question

Which of these is the correct explanation of debugging using the Android Debug Bridge (adb) with a mobile device? (Assume that the development environment is a Windows machine)

Options

  • AOn the terminal, set HOSTADR=<IP address of device>.
  • BOn the terminal, set ADBHOST=<IP address of device>.
  • COn the terminal, set ADBIP=<IP address of device>.
  • DOn the terminal, set HOSTIP=<IP address of device>.

How the community answered

(23 responses)
  • A
    4% (1)
  • B
    83% (19)
  • C
    9% (2)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full OA0-002 Practice