“How to Install ADB and Fastboot Drivers on Linux Mint 20”
Introduction
ADB, short for Android Debug Bridge, is a cross-platform command line utility. It helps users in communicating with Android devices from PC via USB cable. It can be used in installing applications, copying files, executing shell commands as well as controlling Android devices from PC using adb commands. Fastboot on the other hand offers functions to manipulate Android file system and bootloader.
How to Install ADB and Fastboot Drivers on Linux Mint 20
adb devices
List of devices attached
* daemon not running. starting now at tcp:5037
* daemon started successfully
sudo adb start server
sudo adb kill-server
Closing
Sahabat Blog Learning & Doing is such an explanation of How to Install ADB and Fastboot Drivers on Linux Mint 20. May be useful . See you again in the next post.