Reputation: 1370
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
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):
go to Menu
click on Settings
click More
in Wireless and Networks
click Mobile Networks
click Access Point Names
click TelKila
Internet
enter Proxy
and Port
enter Username
and Password
if required and rest of the fields leave them blank
press Save
Upvotes: 3