Only adb:
驱动:https://adbdriver.com/downloads/
adb工具:https://adbshell.com/upload/adb.zip
https://adbshell.com/downloads
Google官方platform_tool工具(包含adb)
下载:https://developer.android.com/studio/releases/platform-tools
ADB和Fastboot for Windows
https://dl.google.com/android/repository/platform-tools-latest-windows.zip
ADB和Fastboot for Mac
https://dl.google.com/android/repository/platform-tools-latest-darwin.zip
ADB和Fastboot for Linux
https://dl.google.com/android/repository/platform-tools-latest-linux.zip
# sudo cp adb fastboot /usr/local/bin
参考:https://blog.csdn.net/u010164190/article/details/94741863