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
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