Fix: Complete Android project with proper Gradle setup
Android Build / build (push) Failing after 9s

This commit is contained in:
amos
2026-06-02 09:45:02 +08:00
commit a529be8615
12 changed files with 181 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# Android CI Demo
这是一个用于测试 Gitea Actions Android 编译的示例项目。
## 功能
- 自动编译 Android Debug APK
- 使用 JDK 17
- 支持 Gradle 缓存
## 使用方法
1. Push 代码到 `main` 分支
2. Gitea Actions 自动触发构建
3. 在 Actions 页面下载 APK artifact
## 构建产物
- `app/build/outputs/apk/debug/app-debug.apk`