Toggle Android emulator network traffic from emulator invocation
- by highphi
I'm working on scripts to manage large amounts of Android emulators and I need to disable all network traffic on some of them. Because I'm doing all of this on a headless server, I cannot
use the F8 hotkey described on the emulater documentation.
I'm currently routing the TCP traffic through a null proxy with by using emulator-arm ... -http-proxy…