Android Debugging Bridge (ADB)¶
ADB is a command-line tool that allows you that allows to manipulate Android devices from the PC command line. To use ADB, we need to:
- Download the Android Platform Tools that contains the ADB tool and extract it to a folder.
- On the Android device, enable the "Developer options"
- Connect the Android device to the PC via USB and select "Transfer files" mode.