2025-04-02 06:25:13 +03:00
# sfdk emulator
> Maintains and controls emulators.
2025-04-28 20:47:37 +03:00
> More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/40-testing-maintain/doc/command.emulator.adoc>.
2025-04-02 06:25:13 +03:00
- Display the installed emulators:
`sfdk emulator list`
- Start an emulator:
`sfdk emulator start {{name}}`
- Stop an emulator:
`sfdk emulator stop {{name}}`
- Display emulator status:
`sfdk emulator status {{name}}`
- Run an interactive shell on an emulator:
`sfdk emulator exec {{emulator}}`
2025-08-08 23:54:39 +03:00
- Execute a command on an emulator:
`sfdk emulator exec {{emulator}} {{command}}`
- Set a property:
`sfdk emulator set {{name}} {{property}}={{value}}`
- Show emulator properties:
`sfdk emulator show {{name}}`