diff --git a/docs/1.5-Linux模拟器支持.md b/docs/1.5-Linux模拟器支持.md index ac332e3de2..d900a2db5a 100644 --- a/docs/1.5-Linux模拟器支持.md +++ b/docs/1.5-Linux模拟器支持.md @@ -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"):