mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
docs. 更新 模拟器支持 翻译
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
Fully compatible. Need to turn on `Settings` - `Engine Settings` - `Allow ADB connection`.
|
||||
|
||||
### ✅ Bluestacks Global Version (Recommended 👍 )
|
||||
### ✅ Bluestacks Global Version (Recommended 👍)
|
||||
|
||||
Fully compatible. Need to turn on `Settings` - `Advanced` - `Android Debug Bridge`.
|
||||
|
||||
@@ -14,9 +14,11 @@ Compatible.
|
||||
|
||||
- Turn on `Settings` - `Advanced` - `Android Debug Bridge`.
|
||||
- Bluestack Hyper-V port changes frequently. Here is a simple hack:
|
||||
|
||||
1. Find `bluestacks.conf` in the data location of the emulator. (Default is `C:\ProgramData\BlueStacks_nxt\bluestacks.conf`)
|
||||
2. If you are using MAA for the first time, Launch it, which generates `gui.json`.
|
||||
3. Exit MAA then open the `gui.json`, add a new field `Bluestacks.Config.Path`, with the value of the full path of `bluestacks.conf` (backslash should be escaped like `\\`). like:
|
||||
3. **Exit** MAA, **then** open the `gui.json`, and add a new field `Bluestacks.Config.Path`, with the value of the full path of `bluestacks.conf` (backslashes should be escaped like `\\`).
|
||||
For example: (suppose the file is at `C:\ProgramData\BlueStacks_nxt\bluestacks.conf`)
|
||||
|
||||
```jsonc
|
||||
"Bluestacks.Config.Path":"C:\\ProgramData\\BlueStacks_nxt\\bluestacks.conf",
|
||||
@@ -50,9 +52,7 @@ Incompatible. ADB screenshot is black.
|
||||
|
||||
### ⚠️ Leidian
|
||||
|
||||
Compatible.
|
||||
|
||||
But the connection address will change between `127.0.0.1:5555` and `emulator-5554`, varies from device to device, or may change after restarting. Try another when one address is not available.
|
||||
Compatible. But the emulator may not be able to get the resolution. Please change to other emulators if it prompts warning like too low resolution.
|
||||
|
||||
### ⚠️ MEmu
|
||||
|
||||
@@ -66,8 +66,11 @@ Incompatible. ADB port is not open.
|
||||
|
||||
Partially compatible.
|
||||
|
||||
- Need to connect with [Custom Connection](#custom-connection). Try `Legacy WSA` or `General Configuration` to connect.
|
||||
- Need to connect with [Custom Connection](#custom-connection).
|
||||
- For WSA 2204 or higher (version is in the `About` window of system settings), try `General Configuration` to connect.
|
||||
- For WSA 2203 or older (version is in the top of the system settings window), try `Legacy WSA` to connect.
|
||||
- Since WSA does not support changing resolution, please resize the window manually because this program supports 720p or higher `16:9` resolution better. (Or you can simply maximize the window with `F11` if your monitor is 16:9.)
|
||||
- Please ensure that your emulator is at the top of other windows in most of the time and there are no other android applications running. Otherwise the game may pause or the recognition may fail.
|
||||
- Sometimes the screenshot of WSA may be blank, causing recognition failure. So it is not recommended to use WSA.
|
||||
|
||||
### ✅ AVD
|
||||
|
||||
Reference in New Issue
Block a user