


When you boot the VM,it will have access to USB device.Įnjoy using ADB and Fastboot and don’t forget to check more captivating guides below: Select the VM and click on settings > USB > + (button under USB Device filters). If you get permission errors, repeat the above commands as shown below: sudo adb-kill-serverĪdb devices Allow VM access to USB Device on VirtualBox You should get a pop up on your Android device to allow USB debugging. Open your PC terminal and list adb devices $ adb devices Now connect your Android device to the client PC using a USB. sudo adb kill-server Debugging Android Device with ADB You could also start the service by running the below command. You will also notice adb starting if it was not already started. Installed as /usr/lib/android-sdk/platform-tools/adbĬheck adb connected devices by running the command below. Verify adb installation by checking the installed adb version. Sudo apt install android-tools-adb android-tools-fastboot We can, however, install them independently. Install ADB Fastboot Drivers on Linux Mint 20Īs mentioned above, ADB and Fastboot are part of Google Android SDK. Client: For sending commands from the local machine to the Android device over USB.

