

Override HTTP Proxy from Android Emulator to IP 127.0.0.1 at port 9090Īdb shell settings put global http_proxy 127.0.0.1:9090.Wait couple minutes for restarting the devices.


What's Android Debug Bridge (adb)?Īndroid Debug Bridge is a powerful debugging tool that allows Android Developers to communicate with Android Emulators and executes many commands. This mini-blog will guide you on how to use the Android Debug Bridge (adb) command to perform complicated tasks under seconds.
