Showing posts with label Android Solutions. Show all posts
Showing posts with label Android Solutions. Show all posts

Sunday, December 11, 2011

Proxy Settings in Android Emulator (For Corporate Network) to access internet


If you are sitting behind a proxy (like- corporate network or any other), you need to do the proxy settings to access the internet in Android Emulator browser by the following steps:
  1. Get the Proxy Host Address and port number of your network
  2. Open the Menu->settings->Wireless & Networks->Mobile Networks->Access Point Names in Android Emulator
  3. Open Telkila
  4. Edit Proxy to your Proxy Host Address like-10.117.123.169
  5. Edit Port to the your Port like-8080
  6. Remove * from UsernamePassword and Server fields and make them blank(<not set>).
  7. Set Authentication Type as “PAP or CHAP”
  8. Now, Press Menu->Save

Well done!! Now your emulator is ready to receive the web packets J Launch the Browser and test it.