Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
hhstore committed Jul 7, 2024
1 parent 36d6c3d commit c2cea8a
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion dockerfile/android/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,15 @@ Version 28.0.2-debian # 此版本低了, 需要安装 35 版本, 已经修复
Installed as /usr/lib/android-sdk/platform-tools/adb


# 本地 Mac 安装版本对比:
# docker 容器安装版本:(修复 $PATH, 正确的版本号: v35)
dev@e78bf036eb60:/app$ adb version
Android Debug Bridge version 1.0.41
Version 35.0.1-11580240
Installed as /usr/local/android-sdk/platform-tools/adb
Running on Linux 6.5.13-orbstack-00116-gb64875927ef8 (x86_64)


# 本地 M1 Mac 安装版本对比:
❯ adb --version
Android Debug Bridge version 1.0.41
Version 35.0.1-11580240
Expand All @@ -48,6 +56,25 @@ Running on Darwin 21.6.0 (arm64)
- `pip3`
- `pdm`: 支持 `.venv` 创建不同版本的 python 环境


### 使用方式:

- 配对:

```ruby

dev@e78bf036eb60:/app$ adb pair 10.211.1.129:42641
Enter pairing code: 322393
Successfully paired to 10.211.1.129:42641 [guid=adb-ab3015d3-d2orWm]
dev@e78bf036eb60:/app$




```



## FAQ:

### M1 Mac 运行报错问题:
Expand Down

0 comments on commit c2cea8a

Please sign in to comment.