RustAssistant/README.md
2023-01-30 22:49:52 +08:00

17 lines
318 B
Markdown
Raw 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
安卓端铁锈战争游戏编码辅助工具。
#### 源码运行问题解决:
###### 1.打包时报错缺少SDK路径
```
SDK location not found.
```
请在项目根目录创建名为 local.properties 的文件。并在其文件内写入
```
sdk.dir=(安卓SDK路径)
```