RustAssistant/README.md
2023-08-19 17:28:14 +08:00

27 lines
496 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### 铁锈助手 - Rust Assistant
安卓端铁锈战争游戏编码辅助工具。
#### 代码编辑器
支持中文和英文的代码联想,自动补全。
Support Chinese and English code association, automatic completion.
![](screenshots/editor.png)
#### 源码运行问题解决:
###### 1.打包时报错缺少SDK路径
```
SDK location not found.
```
请在项目根目录创建名为 local.properties 的文件。并在其文件内写入
```
sdk.dir=(安卓SDK路径)
```