feat: 内置并统一使用项目 ADB (#149)

This commit is contained in:
chengma
2026-08-11 12:01:07 +08:00
parent 56b1a46c5c
commit 8f2037db2f
21 changed files with 355 additions and 46 deletions
Binary file not shown.
Binary file not shown.
+15
View File
@@ -0,0 +1,15 @@
# 内置 ADB 文件说明
- 来源目录:用户指定的 `D:\Portable\adb`
- 复制日期:2026-08-11
- ADB 版本:1.0.32
运行所需文件及 SHA-256:
| 文件 | SHA-256 |
|---|---|
| `adb.exe` | `AD5D27384D1B5BCEB6342BB3204FEE977217422BCAFD252AB18F763A3DE43931` |
| `AdbWinApi.dll` | `14A51482AA003DB79A400F4B15C158397FE6D57EE6606B3D633FA431A7BFDF4B` |
| `AdbWinUsbApi.dll` | `041C6859BB4FC78D3A903DD901298CD1ECFB75B6BE0646B74954CD722280A407` |
升级 ADB 时必须整体替换这三个文件,重新记录版本和哈希,并完成 USB、Wi-Fi 和 uiautomator2 真机验证。
Binary file not shown.