Saturday, May 28, 2011

Android AVD hosts

http://umakantpatil.com/posts/android-emulator-localhost-and-host-files-on-windows

emulator -avd YourAvdNameGoesHere -partition-size 128
adb remount
adb pull /system/etc/hosts c:\hosts
adb push c:\hosts /system/etc

No comments: