环境 Windows 10非安卓开发者,没有安装Android Studio 需求 在Mac上测试完adb命令后 需要移植并部署在Windows上,所以需要在Windows上也安装好adb 安装 下载 下载地址:https://dl.google.com/android/repository/platform-tools-latest-windows.zip 解压 解压到任意目录,例如我都放在D:\Program Files文件夹下面 这样adb的目录就是D:\Program Files\platform-tools 添加环境变量 此电脑->系统属性->高级系统设置->环境变量->系统变量->Path->添加->D:\Program Files\platform-tools - 完事 -