Created
September 22, 2014 14:40
-
-
Save michaelhayman/1d95d0b99bd9c887cace to your computer and use it in GitHub Desktop.
Add local domains to Genymotion
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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