UNPKG

opencode-agent-kit

Version:

Multi-stack OpenCode agent toolkit — 33+ specialized AI agents, 200+ skills, 46 commands, 8 MCP servers (Nuxt, React, Node.js, Laravel, CI3, Android, Flutter, DevOps, SEO, SonarQube, and more)

26 lines (20 loc) 664 B
# Android Build Command Build and install an Android app. ## Usage ``` /android-build [variant=debug] ``` ## Behavior 1. Detects Gradle wrapper (`./gradlew`) or system Gradle 2. Runs `./gradlew assemble{Variant}` with version catalog 3. Reports build status and APK/AAB path 4. On success, suggests install command ## Variants - `debug` — Default, builds unsigned debug APK - `release` — Builds signed release app bundle - `bundle` — Builds Android App Bundle (AAB) - `profile` — Builds profile variant for performance testing ## Verification - Check Gradle daemon health - Verify compileSdk/targetSdk alignment - Validate version catalog consistency