Skip to content

Instantly share code, notes, and snippets.

@mannuelf
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mannuelf/23283cbba4b920704b33 to your computer and use it in GitHub Desktop.
Save mannuelf/23283cbba4b920704b33 to your computer and use it in GitHub Desktop.
Run Android Emulator on MAC OS
Assuming you have JAVA and the SDK installed and...
you are wanting to test stuff using Android Emulator on MAC here are a few key commands and steps to get it going.
List Android Virtual Devices
$ => android list
Create Android Virtual Device
$ => android create avd -n myDroid-4.4.2 -t android-19 --abi default/x86
Launch Device
$ => emulator -avd myDroid-4.4.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment