mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 18:01:26 +08:00
Merge branch 'docs/FAQ' into dev
This commit is contained in:
8
.github/ISSUE_TEMPLATE/-----bug-report-.md
vendored
8
.github/ISSUE_TEMPLATE/-----bug-report-.md
vendored
@@ -7,10 +7,12 @@ assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!-- !!!请尽可能详细的描述你遇到的问题,并附上助手软件目录下的 `asst.log` 日志文件!!! -->
|
||||
<!-- 请尽可能详细的描述你遇到的问题,并附上本软件目录下的 `asst.log` 日志文件 -->
|
||||
|
||||
<!-- !!!日志文件是可以直接拖拽进来的,没有日志文件的 bug 反馈我们会直接关掉!!! -->
|
||||
<!-- !!!没有日志文件的 bug 反馈我们会直接关掉!!! -->
|
||||
|
||||
<!-- 文件是可以直接拖拽进来的,请尽量附上完整的日志文件(而且自己截取的片段),若文件过大可以压缩一下 -->
|
||||
|
||||
<!-- 最好再能说明下使用的模拟器、并附上出错时的游戏和软件的截图(要是没截到就算啦_(:з」∠)_ -->
|
||||
|
||||
<!-- Thanks♪(・ω・)ノ -->
|
||||
<!-- Thanks ♪(・ω・)ノ -->
|
||||
|
||||
@@ -149,7 +149,7 @@ MAA 的意思是 MAA Assistant Arknights
|
||||
- [任务流程协议](docs/任务流程协议.md)
|
||||
- [自动抄作业协议](docs/战斗流程协议.md)
|
||||
|
||||
### 对连 Git 都不熟悉的超级萌新,请看
|
||||
### Github PR 流程简述
|
||||
|
||||
[写给萌新的发电全流程](docs/写给萌新的发电全流程.md)
|
||||
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
|
||||
### The program crashes immediately when I try to run it
|
||||
|
||||
- Possible solution 0: Compressed package is incomplete
|
||||
- If you are using this software for the first time, please do not download the compressed package with the word `OTA` in the file name, this is for incremental update and cannot be used alone
|
||||
- If you can't use it after an automatic update, there may be some bugs in the automatic update function, you can try to manually download the complete package and use it again
|
||||
- Possible solution 1: you are missing some runtime libraries.
|
||||
Please try installing [Visual C++ Redistributable](https://docs.microsoft.com/en/cpp/windows/latest-supported-vc-redist?view=msvc-160#visual-studio-2015-2017-2019-and-2022), [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-framework/net48) and restart the program.
|
||||
- Possible solution 2: your CPU instruction set is incompatible.
|
||||
@@ -14,10 +17,22 @@
|
||||
|
||||
Tips: please refer to the [Usage](../README-en.md#Usage) section to ensure that you are using your simulator correctly.
|
||||
|
||||
- Approach 1: find the installation path of your simulator, where there may be a file named `adb.exe` (or something similar, e.g. `nox_adb.exe`, `HD-adb.exe`, `adb_server.exe`, etc., EXE files with `adb`). Simply choose the file in the connection settings of MAA!
|
||||
- Approach 2: please refer to the [Custom Connection](#custom-connection) section.
|
||||
- Approach 3: change another simulator, such as [Bluestacks international version](https://www.bluestacks.com/download.html) Nougat 64 bit
|
||||
- Approach 4: change the code related. You can find the code [here](../src/MeoAsstGui/Helper/WinAdapter.cs) written in C# which is related to the hook on the simulator process and getting ADB path. Feel free to submit PR to us!
|
||||
#### Approach 1
|
||||
|
||||
1. Make sure that MAA `Settings` - `Connection Settings` - `adb path` is automatically filled in, if it has been filled in, please ignore this step. If not filled in:
|
||||
|
||||
- Method 1: Find the installation path of your simulator, where there may be a file named `adb.exe` (or something similar, e.g. `nox_adb.exe`, `HD-adb.exe`, `adb_server.exe`, etc., EXE files with `adb`). Simply choose the file in the connection settings of MAA!
|
||||
- Method 2: Download [adb](https://dl.google.com/android/repository/platform-tools-latest-windows.zip) and unzip it, select the `adb.exe`
|
||||
|
||||
2. Confirm that your connection address is filled in correctly, you can Google what the adb address of the emulator you are using is generally in a format like `127.0.0.1:5555`
|
||||
|
||||
#### Approach 2
|
||||
|
||||
Change another simulator, such as [Bluestacks international version](https://www.bluestacks.com/download.html) Nougat 64 bit
|
||||
|
||||
#### Approach 3
|
||||
|
||||
Try restarting your computer
|
||||
|
||||
### Wrong Recognition/Program freezes after starting
|
||||
|
||||
@@ -34,7 +49,3 @@ Tip 2: Follow the steps below until the problem is solved.
|
||||
|
||||
- Download [adb](https://dl.google.com/android/repository/platform-tools-latest-windows.zip) and unzip it.
|
||||
- Go to `Settings` - `Connection Settings`, and select the location of `adb.exe`, fill in the address of ADB (with the format of IP+port, e.g. `127.0.0.1:5555`), and choose the type of your simulator.
|
||||
|
||||
### ADB already exists in the environment variable. Do I stil need to download it?
|
||||
|
||||
You need not do so! Go to `Settings` - `Connection Settings`, and set `ADB path` to `adb.exe`, or other relative path.
|
||||
|
||||
15
docs/常见问题.md
15
docs/常见问题.md
@@ -2,6 +2,9 @@
|
||||
|
||||
### 软件一打开就闪退
|
||||
|
||||
- 可能性 0: 下载的压缩包不完整
|
||||
- 若您是第一次使用本软件,请不要下载文件名中有 `OTA` 字样的压缩包,这个是用于增量更新的,无法单独使用
|
||||
- 若您是在某次自动更新后无法使用了,可能是自动更新功能存在一些 bug, 可以尝试重新手动下载完整的包使用
|
||||
- 可能性 1: 运行库问题。
|
||||
请尝试安装 [Visual C++ Redistributable](https://docs.microsoft.com/zh-CN/cpp/windows/latest-supported-vc-redist?view=msvc-160#visual-studio-2015-2017-2019-and-2022)、[.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-framework/net48) 后重新运行本软件。
|
||||
- 可能性 2: CPU 指令集不支持。
|
||||
@@ -12,7 +15,7 @@
|
||||
|
||||
### 连接错误
|
||||
|
||||
提示 : 请参考 [模拟器支持](模拟器支持.md) 确定您的模拟器是受支持的
|
||||
提示 : 请参考 [模拟器支持](模拟器支持.md) 确定您的模拟器是受支持的。如果是蓝叠模拟器,请注意在模拟器设置中打开 adb 调试相关选项
|
||||
|
||||
#### 方式一
|
||||
|
||||
@@ -24,7 +27,11 @@
|
||||
|
||||
#### 方式二
|
||||
|
||||
- 换模拟器,推荐 [蓝叠国际版](https://www.bluestacks.com/download.html) Nougat 64 bit
|
||||
换模拟器,推荐 [蓝叠国际版](https://www.bluestacks.com/download.html) Nougat 64 bit
|
||||
|
||||
#### 方式三
|
||||
|
||||
重启(电脑)试试
|
||||
|
||||
### 识别错误/任务开始后一直不动、没有反应
|
||||
|
||||
@@ -41,7 +48,3 @@
|
||||
|
||||
- 下载 [adb](https://dl.google.com/android/repository/platform-tools-latest-windows.zip) 并解压
|
||||
- 进入软件 `设置` - `连接设置`,选择 adb.exe 的文件路径、填写 adb 地址(需要填写 IP + 端口,例如 `127.0.0.1:5555` ),并选择你的模拟器类型
|
||||
|
||||
### 环境变量中已有 adb, 可以不再下载一份么?
|
||||
|
||||
可以!进入软件 `设置` - `连接设置`,将 `adb 路径` 设置为 `adb.exe`, 或其他相对路径即可
|
||||
|
||||
Reference in New Issue
Block a user