Multiple choice technology platforms and products

Which of below option(s) best describe ADB (Android Debug Bridge) tool

  1. Tool to debug and optimize user interface

  2. Linking a Standard debugger to application code running on emulator

  3. Tool to create Android Package File (.apk) containing binaries & resources

  4. Only a & b above

  5. Only a & c above

  6. All of above

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

ADB (Android Debug Bridge) is a command-line tool that links a debugger to application code running on an emulator or device. It's primarily for debugging and communicating with instances, not for UI optimization or APK creation.