[TOOL_PROFILE]
adb
Android Debug Bridge for interacting with Android devices and emulators.
mobiledevicedebug lang: all platform: android
[USE_WHEN]ALLOW
- ✓ Inspect Android devices, install debug builds, run shell commands, or collect logcat output
[AVOID_WHEN]BLOCK
- ✕ No target device or emulator is selected
[GUARDRAILS]MANDATORY
- ⚠ Confirm the target device with `adb devices` before mutating device state.
[DETAILS]RAW_META
- Binary
- adb
- Effects
- execute_code, read_files, write_files
- Documentation
- https://developer.android.com/tools/adb
[SIMILAR_TOOLS]03