Skip to content

Instantly share code, notes, and snippets.

@michaelhayman
Created September 22, 2014 14: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 michaelhayman/1d95d0b99bd9c887cace to your computer and use it in GitHub Desktop.
Save michaelhayman/1d95d0b99bd9c887cace to your computer and use it in GitHub Desktop.
Add local domains to Genymotion
Find adb (e.g. /Applications/android/sdk/platform-tools)
adb root
adb remount
adb push /etc/hosts /system/etc
Now you should be able to use local domain aliases in the simulator.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment