Agent Skill
2/7/2026deploy-debug
Build, install, and launch debug APK on Android emulator while preserving saved accounts
K
kimmeyh
0GitHub Stars
1Views
npx skills add kimmeyh/spamfilter-multi
SKILL.md
| Name | deploy-debug |
| Description | Build, install, and launch debug APK on Android emulator while preserving saved accounts |
name: deploy-debug description: Build, install, and launch debug APK on Android emulator while preserving saved accounts allowed-tools: Bash user-invocable: true model: haiku
Deploy Debug
Builds and deploys the debug APK to an Android emulator, preserving existing app data.
Instructions
Run the build script with the following options:
powershell -NoProfile -ExecutionPolicy Bypass -File mobile-app/scripts/build-with-secrets.ps1 -BuildType debug -InstallToEmulator -StartEmulator -SkipUninstall
Options
-BuildType debug: Build in debug mode-InstallToEmulator: Install to connected emulator-StartEmulator: Auto-start emulator if none running-SkipUninstall: Preserve saved accounts and app data
When to Use
- Testing code changes on Android
- Debugging the app on emulator
- Quick iteration during development
Skills Info
Original Name:deploy-debugAuthor:kimmeyh
Download