mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
docs.更新识别错误的解决办法
This commit is contained in:
14
README.md
14
README.md
@@ -73,12 +73,22 @@ A Game Assistant for Arknights
|
||||
|
||||
### 连接错误/捕获模拟器窗口错误
|
||||
|
||||
提示 : 请根据 [基本使用说明](../README.md#基本说明) 确定您的模拟器及打开方式正确
|
||||
提示 : 请根据 [使用说明](#使用说明) 确定您的模拟器及打开方式正确
|
||||
|
||||
- 方法 1: 使用 [自定义连接](#自定义连接) 的方式连接模拟器
|
||||
- 方法 2: 换模拟器,推荐 [蓝叠国际版](https://www.bluestacks.com/download.html)
|
||||
- 方法 2: 换模拟器,推荐 [蓝叠国际版](https://www.bluestacks.com/download.html) Nougat 64 bit
|
||||
- 方法 3: _根本解决方法_ 编辑 `resource/config.json`, 修改(最好是新增)模拟器窗口句柄名,并修改对应的 adb 设置。若您修改后可以提 PR 给我,我会感激不尽的_(:з」∠)_
|
||||
|
||||
### 识别错误/任务开始运行后一直不动、没有反应
|
||||
|
||||
提示 : 依次进行,若问题解决,则无需往下
|
||||
|
||||
1. 请根据 [模拟器支持情况](docs/模拟器支持.md) 确定您的模拟器是受支持的
|
||||
2. 修改模拟器分辨率设置,`320 dpi`
|
||||
3. 修改模拟器分辨率设置,横屏 `1280 * 720` 分辨率
|
||||
4. 换模拟器,推荐 [蓝叠国际版](https://www.bluestacks.com/download.html) Nougat 64 bit
|
||||
5. 若仍有问题,请提 issue
|
||||
|
||||
### 自定义连接
|
||||
|
||||
- 下载 [adb](https://dl.google.com/android/repository/platform-tools-latest-windows.zip) ,将 `platform-tools` 文件夹解压到 `MeoAsstGui.exe` 的同级目录
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
|
||||
namespace asst
|
||||
{
|
||||
constexpr static const char* Version = "v2.9.4";
|
||||
constexpr static const char* Version = "v2.9.5";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user