mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
522 B
Plaintext
26 lines
522 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# sfdk emulator start
|
|
|
|
> Starts an emulator.
|
|
> More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/40-testing-maintain/doc/command.emulator.adoc>.
|
|
|
|
- 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`
|