Examples (8)
Start an Android emulator device
emulator -avd nameDisplay the webcams on your development computer that are available for emulation
emulator -avd name -webcam-listStart an emulator overriding the facing back camera setting (use `-camera-front` for front camera)
emulator -avd name -camera-back none|emulated|webcamNStart an emulator, with a maximum network speed
emulator -avd name -netspeed gsm|hscsd|gprs|edge|hsdpa|lte|evdo|fullStart an emulator with network latency
emulator -avd name -netdelay gsm|hscsd|gprs|edge|hsdpa|lte|evdo|noneStart an emulator, making all TCP connections through a specified HTTP/HTTPS proxy (port number is required)
emulator -avd name -http-proxy http://example.com:80Start an emulator with a given SD card partition image file
emulator -avd name -sdcard path/to/sdcard.imgDisplay help
emulator -helpmade by @shridhargupta | data from tldr-pages