安装Windows刷机adb环境手册

准备工作:

下载adb工具软件包:

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

adb android 系统版本 adb升级系统教程_安全

下载 Google USB 驱动程序包:

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

adb android 系统版本 adb升级系统教程_安全_02

第一步:添加环境变量

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

adb android 系统版本 adb升级系统教程_驱动程序_03

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

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

adb android 系统版本 adb升级系统教程_驱动程序_04

3、添加环境变量

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

adb android 系统版本 adb升级系统教程_安全_05

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

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

adb android 系统版本 adb升级系统教程_windows_06

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

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

adb android 系统版本 adb升级系统教程_经验分享_07

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

adb android 系统版本 adb升级系统教程_adb android 系统版本_08

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

adb android 系统版本 adb升级系统教程_安全_09

adb android 系统版本 adb升级系统教程_安全_10

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

adb android 系统版本 adb升级系统教程_安全_11