ubuntu18.04安装adb

ubuntu18.04安装adb

sudo apt update
sudo apt-get install android-tools-adb android-tools-fastboot

安装成功之后

查询adb版本信息:adb version

启动adb服务:sudo adb start-server

查询已连接的设备:adb devices

原文地址:https://www.cnblogs.com/xhzj/p/14370842.html