Check build android
Sync Source to Host / sync-source (push) Successful in 21s
Verify Android Runner / verify (push) Successful in 20s
Verify Android Runner / build-android (push) Failing after 21s

This commit is contained in:
2026-08-12 17:57:23 +07:00
parent d22f1a6be5
commit 502ac0205f
+4 -1
View File
@@ -34,7 +34,7 @@ jobs:
- name: Check Build Tools
run: |
ls -R $ANDROID_HOME/build-tools || true
ls -R $ANDROID_HOME/platforms || true'
ls -R $ANDROID_HOME/platforms || true
build-android:
runs-on: android
@@ -51,5 +51,8 @@ jobs:
- name: Grant execute permission
run: chmod +x ./gradlew
- name: List Gradle Projects
run: ./gradlew projects
- name: Build Android Debug APK
run: ./gradlew :androidApp:assembleDebug --stacktrace