code_finder
code_finder

Reputation: 1370

Internet access in Android emulator

Actually i am unable to access internet in android emulator. when i am trying to open website in webview, in emulator it is not loading. i tried using inbuilt webkit browser also in emulator but facing the same problem, it is not loading. When i executed the same project last 15 days back it was executed successful but now it was not loading. can anyone please help me with this.

Upvotes: 1

Views: 1886

Answers (1)

kapandron
kapandron

Reputation: 3671

If you're behind a proxy you must correctly configure proxy settings of your emulator. The easiest way is to do the following (this's for Android Emulator 4.0.3):

  1. go to Menu

  2. click on Settings

  3. click More in Wireless and Networks

  4. click Mobile Networks

  5. click Access Point Names

  6. click TelKila Internet

  7. enter Proxy and Port

  8. enter Username and Password if required and rest of the fields leave them blank

  9. press Save

Upvotes: 3

Related Questions