Skip to content

Commit 2a86749

Browse files
committed
chore: update
1 parent c2cea8a commit 2a86749

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

dockerfile/android/readme.md

+18
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,32 @@ Running on Darwin 21.6.0 (arm64)
6363

6464
```ruby
6565

66+
# 容器内版本:
67+
dev@e78bf036eb60:/app$ uname -a
68+
Linux e78bf036eb60 6.5.13-orbstack-00116-gb64875927ef8 #1 SMP Wed Dec 6 22:19:46 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
69+
70+
71+
# 配对手机:
6672
dev@e78bf036eb60:/app$ adb pair 10.211.1.129:42641
6773
Enter pairing code: 322393
6874
Successfully paired to 10.211.1.129:42641 [guid=adb-ab3015d3-d2orWm]
6975
dev@e78bf036eb60:/app$
7076

7177

78+
# 连接手机:
79+
dev@e78bf036eb60:/app$ adb connect 10.211.1.129:42119
80+
connected to 10.211.1.129:42119
81+
7282

83+
# 进入手机 shell:
84+
dev@e78bf036eb60:/app$ adb shell
85+
alioth:/ $
86+
alioth:/ $
87+
alioth:/ $ uname -a
88+
Linux localhost 4.19.157-perf-g92c089fc2d37 #1 SMP PREEMPT Wed Jun 5 13:27:08 UTC 2024 aarch64 Toybox
7389

90+
# 查看手机安装的应用:
91+
alioth:/ $ pm list packages -3
7492
```
7593

7694

0 commit comments

Comments
 (0)