Tuesday, July 10, 2018

Start Android Virtual Device (AVD) emulator from the command line

The command-line syntax for starting an Android Virtual Device (AVD) emulator from a command prompt:
~/Library/Android/sdk/tools/emulator -avd avd_name -netdelay none -netspeed full
Please replace "avd_name" with the device name.

No comments :

Post a Comment