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_34List available AVDs with:
shell
emulator -list-avdsShow help with emulator -help-all
