ADB常用命令合集 知识库 本文收集了常用的ADB命令合集 方便使用时快速查找 查看设备列表 adb devices 安装应用程序 adb install xxx.apk 获取文件 adb pull <remote> <local> 写文件 adb push <local> <remote>