ntp-android/project-docs/status/phase-5-test-results.md
WayfinderAK ff48fe2ef2
Some checks failed
android-apk / debug-apk (push) Failing after 2m21s
One-shot NTP app phases
2026-07-09 15:55:03 -08:00

11 lines
643 B
Markdown

# Phase 5 Test Results
Validation performed in this session:
- Structure validation previously passed.
- Gradle wrapper generation passed after adding the Kotlin Compose compiler plugin.
- `gradle --no-daemon :app:assembleDebug`: Android resources, KSP, and Kotlin compilation passed; final Java compile/JDK image step is blocked locally by Java 26 `jlink` incompatibility. CI uses JDK 17.
- Gitea Actions workflow is configured to build with JDK 17 and Android SDK, so push-triggered CI is the intended APK validation path.
Required follow-up: inspect the first Gitea Actions run and fix any Android compile/lint findings from the runner.