AdbTools/README.md
mjsoftware bf76661278 文档
2025-01-09 17:02:41 +08:00

22 lines
702 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### 开发环境
> 使用VS2019开发
>
> 依赖`.NET4.0`
### 安装
- 解压到不含空格和中文的目录;
- 运行`AdbTools.exe`程序。
### 设备配对
- 输入框中输入安卓设备`使用配对码配对设备`提供的的`IP:Port`在弹出的cmd窗口中输入`配对码`完成配对;
- 点击连接设备,等待连接成功。
### 设备连接
- 输入框中输入安卓设备`无线连接``IP:Port`,支持省略`Port`只输入`IP`,此时端口默认为`5555`
- 点击`连接设备`,等待连接成功。
### 安装apk
- 右键`已连接列表`中的设备`IP:Port`形式的地址,点击`安装应用`选择需要安装的`apk`程序,等待完成安装。