Multiple choice technology platforms and products Which of below option(s) best describe ADB (Android Debug Bridge) tool Tool to debug and optimize user interface Linking a Standard debugger to application code running on emulator Tool to create Android Package File (.apk) containing binaries & resources Only a & b above Only a & c above 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.