windows下载安装adb(极其简单)

单独安装adb,不安装sdk

1、下载adb

Google很好的心,直接放出ADB的档案供人下载。下档路径如下:

Windows版本:https://dl.google.com/android/repository/platform-tools-latest-windows.zip
Mac版本:https://dl.google.com/android/repository/platform-tools-latest-windows.zip
Linux版本:https://dl.google.com/android/repository/platform-tools-latest-linux.zip

将文件下载下来,解压缩到自定义的安装目录

2、配置环境变量

  • 按键windows+r打开运行,输入sysdm.cpl,回车。
  • 高级》环境变量》系统变量》path
  • 将adb的存放路径添加进path中


两次确定之后在重新打开命令行adb version进行校验是否安装成功,显示版本信息代表安装成功

windows下载安装adb(极其简单)


原文链接:https://blog.csdn.net/x2584179909/article/details/108319973

 

上一篇:PHP伪协议-文件包含


下一篇:MySQL5.7 Windows zip版本 安装以及初始化