1

I am currently working on Android application, I am unable to connect to Internet from my Android Emulator since my company has proxy settings -- I need to provide username and password for connecting to Internet.

Any suggestions how to get XML data from proxy network where i should provide username and password?

Narasimha Reddy
  • 754
  • 6
  • 23
  • Supply the emulator with an appropriate [`-http-proxy `](http://developer.android.com/guide/developing/tools/emulator.html) option when starting it. – Jens Feb 15 '12 at 12:52