You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/oneclickvirt/ecs/actions/workflows/build-all.yml)
3
+
[](https://github.com/oneclickvirt/ecs/actions/workflows/build.yml)
4
4
5
-
一个基于 Fyne 框架的跨平台测试工具,支持 Android、macOS、Windows。
5
+
A cross-platform testing tool based on the Fyne framework, supporting Android, macOS, and Windows.
6
6
7
-
## 支持的平台
7
+
## Supported Platforms
8
8
9
9
### Android
10
-
- Android 7.0 (API Level 24) 或更高版本
11
-
-建议 Android 13 (API Level 33) 以获得最佳体验
12
-
-支持架构:ARM64、x86_64
10
+
- Android 7.0 (API Level 24) or higher
11
+
- Android 13 (API Level 33) recommended for best experience
12
+
-Supported architectures: ARM64, x86_64
13
13
14
14
### macOS
15
-
- macOS 11.0 或更高版本
16
-
-支持架构:Apple Silicon (ARM64)、Intel (AMD64)
15
+
- macOS 11.0 or higher
16
+
-Supported architectures: Apple Silicon (ARM64), Intel (AMD64)
17
17
18
18
### Windows
19
-
- Windows 10 或更高版本
20
-
-支持架构:ARM64、AMD64
19
+
- Windows 10 or higher
20
+
-Supported architectures: ARM64, AMD64
21
21
22
-
## 本地构建
22
+
## Local Build
23
23
24
-
### 前置要求
24
+
### Prerequisites
25
25
26
26
1. Go 1.25.3
27
27
2. Android SDK
28
28
3. Android NDK 25.2.9519653
29
29
4. JDK 17+
30
30
31
-
### 环境配置
31
+
### Environment Setup
32
32
33
33
```bash
34
-
#设置 Android NDK 路径
34
+
#Set Android NDK path
35
35
export ANDROID_NDK_HOME=/path/to/android-ndk
36
36
37
-
#安装 Fyne CLI
37
+
#Install Fyne CLI
38
38
go install fyne.io/fyne/v2/cmd/fyne@latest
39
39
```
40
40
41
-
### 构建命令
41
+
### Build Commands
42
42
43
43
```bash
44
-
# Android 构建前准备:需要先准备 ECS 二进制文件
45
-
#从 ECS 项目编译 Linux 二进制并放入 jniLibs 目录
46
-
#详见 jniLibs/README.md
44
+
#Preparation before Android build: ECS binary files need to be prepared first
45
+
#Compile Linux binaries from the ECS project and place them in the jniLibs directory
46
+
#See jniLibs/README.md for details
47
47
48
-
#快速准备命令(假设 ecs 项目在 ../ecs)
48
+
#Quick preparation command (assuming ecs project is in ../ecs)
0 commit comments