Manage virtual devices: Android emulators (AVDs) and iOS simulators.
Examples
mix mob.emulators # list all (default)
mix mob.emulators --list # same as above
mix mob.emulators --list --android # Android only
mix mob.emulators --list --ios # iOS only
mix mob.emulators --start --id Pixel_8_API_34
mix mob.emulators --start --id 78354490
mix mob.emulators --stop --id emulator-5554
mix mob.emulators --stop --id 78354490
mix mob.emulators --stop --all # everything booted--id accepts the same display IDs mix mob.devices shows, plus AVD
names. For Android the running serial (emulator-5554) also works.
Out of scope: creating new AVDs or installing simulator runtimes — those involve license acceptance and multi-GB downloads. Use Android Studio / Xcode for that.