Skip to content

Install APK

Install an APK on a device or emulator. Supports reinstalling while keeping app data and auto-granting permissions.

ParameterTypeRequiredDefaultDescription
apkPathstringYesAbsolute path to the APK file
deviceIdstringNoTarget device serial (omit if only one device is connected)
reinstallbooleanNofalseReinstall keeping existing data
grantPermissionsbooleanNotrueAuto-grant all runtime permissions

Install my debug APK on the device

Install the APK at ./app/build/outputs/apk/debug/app-debug.apk

Reinstall the app keeping its data