admin 管理员组

文章数量: 887019

安装Windows刷机adb环境手册

准备工作:

下载adb工具软件包:

SDK Platform Tools 版本说明 | Android 开发者 | Android Developers (google)

下载 Google USB 驱动程序包:

获取 Google USB 驱动程序 | Android 开发者 | Android Developers

第一步:添加环境变量

1、在任意路径下解压缩adb工具软件包(platform-tools_r33.0.1-windows.zip)

2、进入已解压的软件包中的platform-tools目录,在上方路径栏中复制当前路径

如:D:\hackTool\rootphone\adb\platform-tools

3、添加环境变量

在桌面下方搜索cmd,以管理员身份运行

按以下格式命令运行来添加系统path环境变量

格式:setx path "%path%;路径" /M
如:setx path "%path%;D:\hackTool\rootphone\adb\platform-tools" /M

第二步:安装Google USB驱动程序

将手机通过数据线连接电脑USB接口,打开设备管理器。

发现有问号或感叹号的未知设备即表明未安装驱动。右键选择更新驱动程序。

选择浏览我的电脑以查找驱动程序,并找到刚刚下载的驱动程序选择进行安装即可。

安装驱动成功后设备管理器的界面是如下显示。

本文标签: 刷机 手册 环境 Windows ADB