Start an emulator, with a maximum network speed

emulator

  • Manager Android emulators from the command-line.
    More information: <https://developer.android.com/studio/run/emulator-commandline>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

emulator -avd {{name}} -netspeed {{gsm|hscsd|gprs|edge|hsdpa|lte|evdo|full}}

click the source code to copy