Skip to content

Instantly share code, notes, and snippets.

@wangyung
Created April 5, 2017 02:37
Show Gist options
  • Save wangyung/78db867938af9f2c02888213ad5e1fac to your computer and use it in GitHub Desktop.
Save wangyung/78db867938af9f2c02888213ad5e1fac to your computer and use it in GitHub Desktop.
Create android emulators via command line
#!/bin/bash
#old style, it's deprecated
android create avd -f -a -s 480x640 -n hudson_en-US_160_480x640_android-19_armeabi-v7a_creators-market -t android-19 --abi armeabi-v7a
#new style, use avdmanager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment