Multiple choice technology platforms and products What is the use of –e option in following adb command – adb –e shell Informs adb to use the connected real device Informs adb to use the emulator Returns an error 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.