RustAssistant/README.md
muqing e77d3a390d feat(layout): 适配平板设备
- 新增横屏布局文件,优化用户体验
- 重构部分代码以支持新布局
-移除不必要的工具类和适配器
2025-01-17 14:09:39 +08:00

27 lines
551 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路径)
```
#### DeBug
偷偷的更新一下,适配一下平板吧