Last Updated: February 25, 2016
·
14.56K
· mgamer

Run Android emulator with http proxy from Android Studio

So you wanna eavesdrop on your Android app's http communications. I guess you've already have your Link or Link running and just need to force Android emulator to use it as a proxy.

Picture

You just need to go to Edit configurations... panel, switch to Emulator tab and enter

-http-proxy http://168.192.1.2:3300

as your Additional Command Line Options.