What is ADB?
Android Debug Bridge (ADB) is a versatile command line tool that allows you to access your Android device.
ADB allows:
- install applications on the phone;
- to debug the phone after a crash;
- flash applications and system elements;
- view operating system and phone information;
- view logs from the device;
- get a screenshot from the device or record a video;
- install, delete and copy files.