Skip to content

Instantly share code, notes, and snippets.

@balupton
Created July 3, 2013 23:25
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save balupton/5923737 to your computer and use it in GitHub Desktop.
Save balupton/5923737 to your computer and use it in GitHub Desktop.
Android Emulator

Android Emulator

  1. Download Android Studio
  2. Create a virtual device: /Applications/Android\ Studio.app/sdk/tools/android create avd -n <name> -t 1
  3. List your virtual devices: /Applications/Android\ Studio.app/sdk/tools/android list avd
  4. Run your virtual device: /Applications/Android\ Studio.app/sdk/tools/emulator -avd basic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment