---
name: android-project-build
description: "Build, troubleshoot, and iterate on Android/Kotlin projects from the terminal (Gradle, compile errors, Compose, Hilt, Room). Covers remote SSH workflows, common Kotlin compile traps, and build-iteration patterns for Android apps."
version: 1.0.0
platforms: [linux, macos]
metadata:
  hermes:
    requires_toolsets: [terminal]
    tags: [android, kotlin, gradle, build, compose-for-tv]
    related_skills: [systematic-debugging, tv-app-build]
---
# Android Project Build
Build, troubleshoot, and iterate on Android/Kotlin projects from the terminal (Gradle, compile errors, Compose, Hilt, Room). Covers remote SSH workflows, common Kotlin compile traps, and build-iteration patterns for Android apps.
## Sections
- Overview
- Workflows
- Kotlin Compile Traps
- Pitfalls
- Trigger conditions
- Guiding principles
- Audit phases (executed in order)
- Deliverables
- Support files
- Pitfalls

## References (55)
Detail has been moved to reference files in `references/`.
Load a specific reference file for detailed guidance.

## Triggers
- Load this skill when working on relevant architecture/project tasks.
- For specific subtasks, load only the relevant `references/<file>.md`.
