mix dala.emulators (dala_dev v0.0.3)

Copy Markdown View Source

Manage virtual devices: Android emulators (AVDs) and iOS simulators.

Examples

mix dala.emulators                        # list all (default)
mix dala.emulators --list                 # same as above
mix dala.emulators --list --android       # Android only
mix dala.emulators --list --ios           # iOS only

mix dala.emulators --start --id Pixel_8_API_34
mix dala.emulators --start --id 78354490

mix dala.emulators --stop --id emulator-5554
mix dala.emulators --stop --id 78354490
mix dala.emulators --stop --all           # everything booted

--id accepts the same display IDs mix dala.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.