Multiple choice technology platforms and products

What is the use of –e option in following adb command – adb –e shell

  1. Informs adb to use the connected real device

  2. Informs adb to use the emulator

  3. Returns an error

  4. None of above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The -e option in the Android Debug Bridge (adb) command-line tool directs the command to the only running emulator instance. Conversely, the -d option is used to direct commands to a connected real USB device, making the emulator option correct.