vega_SDK_PATH/bin to your path during Vega SDK installation, enter kepler exec vda at the command prompt to start VDA.
To set up your Fire TV Stick with VDA, see Set Up Your Fire TV Stick. VDA works with the Vega Virtual Device (simulator) without additional setup.
VDA global options
Use these VDA global options, and local and shell commands to install, test, and debug your Vega app.Serial override
To direct commands to your device or emulator with a specific serial number or qualifier, use-s.This option overrides the VDA_SERIAL environment variable.
Device
Vega Virtual Device
VDA local commands
Devices
To list all connected devices, usedevices. Add -l to list the device qualifiers.
Help
To view the help file, usekepler exec vda help.
Kill server
To stop the server, usekill-server.
Start server
To start the server, usestart-server.
Push
To copy a file or directory to your device, use thepush command. Add -p to display the transfer progress.
Pull
To copy a file/dir from your device, usepull. Add -p to display the transfer progress, and -a to display timestamp and mode.
Version
To view your VDA version, usevda version.
Wait for device
To block activity until your device comes online, usewait-for-device. This helps when scripting.
Reboot
Use the reboot command to reboot your device.VDA shell commands
Invoke the shell
Thekepler exec vda shell command runs a remote shell interactively, and has a number of options available.
App management and communication tools
You can access these tools through the VDA shell:vpm, vlcm, and vmsgr commands.
Launch component shell
Each app launches single or multiple components. To get a list of components:High level memory
To find the high-level memory footprint of all processes in the system, useace-memusage.
gwsi-tool-screenshooter
To capture and save screenshots in PNG format, use:Device logs
To print device logs to the screen, useloggingctl log:

