Deploy Debug

Build, install, and launch debug APK on Android emulator while preserving saved accounts Use when this capability is needed.

tomevault-io 77a8578 2 files · 1.6 KB Updated

File contents

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

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/kimmeyh--spamfilter-multi--deploy-debug commit 77a8578ec0

Frequently asked questions

npx skillmds@latest add tomevault-io/deploy-debug