Skip to content

Instantly share code, notes, and snippets.

@wellavelino
Last active November 23, 2017 19:40
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 wellavelino/b3234092303e68ea1bb640b974c0ce6f to your computer and use it in GitHub Desktop.
Save wellavelino/b3234092303e68ea1bb640b974c0ce6f to your computer and use it in GitHub Desktop.
workaround to fix start emualator on command line
#!/bin/bash
# change the folder to /tools
cd $(dirname $(which emulator)) && ./emulator -avd Droid22 > /dev/null &
cd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment