Android App
Voice-first companion app to manage coding agents from your phone.
Prerequisites
- Android SDK with build-tools and platform for API 36
- USB debugging enabled: Settings → Developer options → USB debugging
- Phone connected via USB and authorized (
adb devicesshows your device)
Build and install
bash
# Build and install debug APK on connected device:
make android-push
# Build only (no install):
make android-build