Android emulator CLI
Start an AVD (Android Virtual Device) with:
shell
# Where Pixel8_API_34 is the name of your AVD
emulator -avd Pixel8_API_34
List available AVDs with:
shell
emulator -list-avds
Show help with emulator -help-all