1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 03:46:03 +02:00
tldr/pages/common/sfdk-emulator-start.md

21 lines
429 B
Markdown
Raw Normal View History

2025-04-02 06:25:13 +03:00
# sfdk emulator start
> Starts an emulator.
2025-04-20 12:27:36 +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
- 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`