主页

windows 安装 adb

2025-09-09 11:30AM

参考:https://www.xda-developers.com/install-adb-windows-macos-linux/

1. 下载 adb (Android SDK Platform Tools ZIP file for Windows)

https://dl.google.com/android/repository/platform-tools-latest-windows.zip

2. 把ZIP文件进行解压缩

3. 在 PowerShell 窗口中,打开解压缩后的文件路径

cd E:\下载\platform-tools-latest-windows\platform-tools

4. 启动 adb 

 ./adb devices

显示设备名称就可以了

 ./adb devices
List of devices attached
fa55d1c7        device 

返回>>

登录

请登录后再发表评论。

评论列表:

目前还没有人发表评论