mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-26 10:16:34 +00:00
Doc: Fix emulator name
This commit is contained in:
parent
3e63429824
commit
214d281fca
@ -61,7 +61,7 @@ pip install -r requirements.txt
|
|||||||
|
|
||||||
| 设备 | Device | 模拟器版本 | 安卓版本 | adb截图 | u2截图 | adb点击 | u2点击 |
|
| 设备 | Device | 模拟器版本 | 安卓版本 | adb截图 | u2截图 | adb点击 | u2点击 |
|
||||||
| ---------- | ---------- | ---------- | -------- | ------- | ------ | ------- | ------ |
|
| ---------- | ---------- | ---------- | -------- | ------- | ------ | ------- | ------ |
|
||||||
| 逍遥模拟器 | NemuPlayer | 7.1.3 | 5.1.1 | 0.308 | 0.275 | 0.294 | 0.146 |
|
| 逍遥模拟器 | MemuPlayer | 7.1.3 | 5.1.1 | 0.308 | 0.275 | 0.294 | 0.146 |
|
||||||
| 雷电模拟器 | LDPlayer | 3.83 | 5.1.1 | 0.329 | 0.313 | 0.291 | 0.146 |
|
| 雷电模拟器 | LDPlayer | 3.83 | 5.1.1 | 0.329 | 0.313 | 0.291 | 0.146 |
|
||||||
| 夜神模拟器 | NoxPlayer | 6.6.0.0 | 5.1.1 | 0.339 | 0.313 | 0.505 | 0.141 |
|
| 夜神模拟器 | NoxPlayer | 6.6.0.0 | 5.1.1 | 0.339 | 0.313 | 0.505 | 0.141 |
|
||||||
| MuMu模拟器 | MuMuPlayer | 2.3.1.0 | 6.0.1 | 0.368 | 0.701 | 0.358 | 0.148 |
|
| MuMu模拟器 | MuMuPlayer | 2.3.1.0 | 6.0.1 | 0.368 | 0.701 | 0.358 | 0.148 |
|
||||||
@ -135,7 +135,7 @@ python -m uiautomator2 init
|
|||||||
| 蓝叠模拟器 | BlueStacks | 127.0.0.1:5555 |
|
| 蓝叠模拟器 | BlueStacks | 127.0.0.1:5555 |
|
||||||
| 夜神模拟器 | NoxPlayer | 127.0.0.1:62001 |
|
| 夜神模拟器 | NoxPlayer | 127.0.0.1:62001 |
|
||||||
| MuMu模拟器 | MuMuPlayer | 127.0.0.1:7555 |
|
| MuMu模拟器 | MuMuPlayer | 127.0.0.1:7555 |
|
||||||
| 逍遥模拟器 | NemuPlayer | 127.0.0.1:21503 |
|
| 逍遥模拟器 | MemuPlayer | 127.0.0.1:21503 |
|
||||||
| 雷电模拟器 | LDPlayer | emulator-5554 |
|
| 雷电模拟器 | LDPlayer | emulator-5554 |
|
||||||
|
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ pip install -r requirements.txt
|
|||||||
|
|
||||||
| Device | Emulator Version | Android Version | ADB Screenshot | UIAutomator2 Screenshot | ADB Click | UIAutomator2 Click |
|
| Device | Emulator Version | Android Version | ADB Screenshot | UIAutomator2 Screenshot | ADB Click | UIAutomator2 Click |
|
||||||
| ---------- | ---------- | -------- | ------- | ------ | ------- | ------ |
|
| ---------- | ---------- | -------- | ------- | ------ | ------- | ------ |
|
||||||
| NemuPlayer | 7.1.3 | 5.1.1 | 0.308 | 0.275 | 0.294 | 0.146 |
|
| MemuPlayer | 7.1.3 | 5.1.1 | 0.308 | 0.275 | 0.294 | 0.146 |
|
||||||
| LDPlayer | 3.83 | 5.1.1 | 0.329 | 0.313 | 0.291 | 0.146 |
|
| LDPlayer | 3.83 | 5.1.1 | 0.329 | 0.313 | 0.291 | 0.146 |
|
||||||
| NoxPlayer | 6.6.0.0 | 5.1.1 | 0.339 | 0.313 | 0.505 | 0.141 |
|
| NoxPlayer | 6.6.0.0 | 5.1.1 | 0.339 | 0.313 | 0.505 | 0.141 |
|
||||||
| MuMuPlayer | 2.3.1.0 | 6.0.1 | 0.368 | 0.701 | 0.358 | 0.148 |
|
| MuMuPlayer | 2.3.1.0 | 6.0.1 | 0.368 | 0.701 | 0.358 | 0.148 |
|
||||||
@ -89,11 +89,13 @@ All connected devices will be install with [uiautomator-server](https://github.c
|
|||||||
Modify the serial in \dev_tools\emulator_test.py line 31 and, execute from root project directory (the same where you have the file alas.py)
|
Modify the serial in \dev_tools\emulator_test.py line 31 and, execute from root project directory (the same where you have the file alas.py)
|
||||||
|
|
||||||
The default serial for some emulators:
|
The default serial for some emulators:
|
||||||
|
|
||||||
| Device | serial |
|
| Device | serial |
|
||||||
| ---------- | --------------- |
|
| ---------- | --------------- |
|
||||||
|
| BlueStacks | 127.0.0.1:5555 |
|
||||||
| NoxPlayer | 127.0.0.1:62001 |
|
| NoxPlayer | 127.0.0.1:62001 |
|
||||||
| MuMuPlayer | 127.0.0.1:7555 |
|
| MuMuPlayer | 127.0.0.1:7555 |
|
||||||
| NemuPlayer | 127.0.0.1:21503 |
|
| MemuPlayer | 127.0.0.1:21503 |
|
||||||
| LDPlayer | emulator-5554 |
|
| LDPlayer | emulator-5554 |
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
Loading…
Reference in New Issue
Block a user