Skip to content

Instantly share code, notes, and snippets.

@tanmaypatel
Created February 6, 2014 09:19
Show Gist options
  • Save tanmaypatel/8840920 to your computer and use it in GitHub Desktop.
Save tanmaypatel/8840920 to your computer and use it in GitHub Desktop.
Accessing Internet on Android Emulator behind Corporate Firewall
In order to use internet on emulator if you are setting behind a proxy server perform the following steps:
Go to settings->Wireless & networks->mobile networks->Access Point Names.
Press menu button. an option menu will appear.
from the option menu select New APN.
Click on Name. provide name to apn say My APN.
Click on APN. Enter www.
Click on Proxy. enter your proxy server IP. you can get it from internet explorers internet options menu.
click on Port. enter port number in my case it was 8080. you can get it from internet explorers internet options menu.
Click on User-name. provide user-name in format domain\user-name. generally it is your systems login.
Click on password. provide your systems password.
press menu button again. an option menu will appear.
press save. try n run your browser. hope its work for you it worked for me. good luck.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment