LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

sfdk-emulator

Manage Sailfish OS emulator instances

TLDR

Start emulator
$ sfdk emulator start
copy
Stop emulator
$ sfdk emulator stop
copy
List emulators
$ sfdk emulator list
copy
Show emulator properties
$ sfdk emulator show
copy
Set emulator CPU count
$ sfdk emulator set vm.cpuCount=[4]
copy
Set emulator memory size
$ sfdk emulator set vm.memorySize=[2048]
copy

SYNOPSIS

sfdk emulator command [options]

DESCRIPTION

sfdk emulator manages Sailfish OS emulator instances for testing applications. It provides commands to start, stop, and configure emulator virtual machines. VM properties such as CPU count and memory size can be adjusted using the set subcommand. Part of the Sailfish SDK.

PARAMETERS

start

Start the emulator virtual machine.
stop
Stop the emulator virtual machine.
list
List available emulator instances.
show
Display emulator virtual machine properties.
set property=value
Set emulator virtual machine properties (e.g., vm.cpuCount, vm.memorySize).
status
Show the current status of the emulator.

SEE ALSO

sfdk(1), sfdk-device(1)

Copied to clipboard
Kai