1

I am very new to android. I tried to connect to internet behind proxy in windows.But I cant. I tried with the "-http-proxy" in command line and in eclipse but both did not worked for me :( Please suggest me a right way to enable proxy in emulator

Thanks in advance

Vega
  • 474
  • 2
  • 5
  • 16

2 Answers2

1

I had the same problem, after setting HTTP_PROXY environment variable and creating a new Emulator in ADV, it was resolved. Env Variable example: HTTP_PROXY=http://your-web-proxy:8080

1

Are your proxy settings applied system-wide?
for Windows XP:
proxycfg -u
for Vista or 7:
netsh winhttp set proxy proxy-server="yourproxy.com:3128"
If yes, check the debug info in command prompt adding the -debug-proxy key after -http-proxy parameters

Shalom Aleichem
  • 2,987
  • 2
  • 22
  • 34