1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-30 05:53:43 +02:00
tldr/pages/common/sfdk-emulator-start.md

20 lines
369 B
Markdown

# sfdk emulator start
> Starts an emulator.
> More information: <https://github.com/sailfishos/sailfish-qtcreator/tree/master/src/tools/sfdk>.
- Start an emulator:
`sfdk emulator start {{name}}`
- Stop an emulator:
`sfdk emulator stop {{name}}`
- Display emulator status:
`sfdk emulator status {{name}}`
- Display the installed emulators:
`sfdk emulator list`