Forrest logo
back to context overview

emulator

List of commands for emulator:

  • emulator:tldr:384eb emulator: Start an emulator overriding the facing back camera setting (use `-camera-front` for front camera).
    $ emulator -avd ${name} -camera-back ${select}
    try on your machine
    explain this command
  • emulator:tldr:8cba8 emulator: Start an emulator, with a maximum network speed.
    $ emulator -avd ${name} -netspeed ${select}
    try on your machine
    explain this command
  • emulator:tldr:9cb5d emulator: Display the webcams on your development computer that are available for emulation.
    $ emulator -avd ${name} -webcam-list
    try on your machine
    explain this command
  • emulator:tldr:c0273 emulator: Start an emulator with a given SD card partition image file.
    $ emulator -avd ${name} -sdcard ${path-to-sdcard-img}
    try on your machine
    explain this command
  • emulator:tldr:c2695 emulator: Start an Android emulator device.
    $ emulator -avd ${name}
    try on your machine
    explain this command
  • emulator:tldr:ccbae emulator: Start an emulator with network latency.
    $ emulator -avd ${name} -netdelay ${select}
    try on your machine
    explain this command
  • emulator:tldr:ef35f emulator: Start an emulator, making all TCP connections through a specified HTTP/HTTPS proxy (port number is required).
    $ emulator -avd ${name} -http-proxy ${http:--example-com:80}
    try on your machine
    explain this command
  • emulator:tldr:ef83e emulator: Display the help.
    $ emulator -help
    try on your machine
    explain this command
back to context overview