docs: typo

This commit is contained in:
zayn7lie
2023-06-02 22:11:54 +08:00
parent 59ae901cec
commit 85fa863e2b

View File

@@ -32,7 +32,7 @@
emulator-5554 device
```
- 返回的 `emulator-5554` 就是模拟器的adb地址覆盖掉 `127.0.0.1:5554` ,例如:
- 返回的 `emulator-5554` 就是模拟器的adb地址覆盖掉 `127.0.0.1:5555` ,例如:
```python
if asst.connect("/home/foo/Android/Sdk/platform-tools/adb", "emulator-5554"):