Syntax
npx @nightwatch/mobile-helper android uninstall FLAG [configs]
Run the below command to delete an AVD:
npx @nightwatch/mobile-helper android uninstall --avd
Run the below command to uninstall a system image:
npx @nightwatch/mobile-helper android uninstall --system-image
Run the below command to uninstall an app from a real device or an AVD:
npx @nightwatch/mobile-helper android uninstall --app
# with configs
npx @nightwatch/mobile-helper android uninstall --app [--deviceId <device_id>]
Configs
Config | Description |
---|---|
--deviceId | -s <device_id> | Id of the device to uninstall the app from |