1

I am trying to hit web services in native android application and the IP address which I am trying to hit should bypass corporate proxy. But to connect my emulator to internet I have to set proxy in emulator. Is there anyway I can bypass proxy for this specific IP address in emulator?

My emulator is connected to internet presently and can open sites through browser.

  • This might be helpful : [How to setup Android emulator proxy settings?](http://stackoverflow.com/questions/1570627/how-to-setup-android-emulator-proxy-settings) – Glyphack May 18 '16 at 08:18
  • @Shayegan: My emulator is already connected to internet. Your link shows how to connect to internet. I need to know how to bypass this proxy for a particular URL. – karthikeya koppuravuri May 18 '16 at 09:32

1 Answers1

0

You need to set an intermediate proxy as Android emulator doesn't have options to set internal server URLs which don't need proxies. Try the approach suggested here. It works!

gopalanrc
  • 254
  • 3
  • 11