1

I can not open browser in my Android Emulator, It gives Error like this,

onReceivedError -2 http://www.google.com/ The URL could not be found. 

Can anyone tell me how this resolve.

Thanks.

THelper
  • 15,333
  • 6
  • 64
  • 104
anddev
  • 3,144
  • 12
  • 39
  • 70

1 Answers1

2

Sometimes, after running for a while, the Android emulator looses it's internet connection for no apparent reason. Restarting the emulator fixes the problem.

THelper
  • 15,333
  • 6
  • 64
  • 104
  • I had also done that but no result. Is there any settings to resolve this problem..? Thanks for answer. – anddev Jul 27 '11 at 08:35
  • Take a look at [this post](http://stackoverflow.com/questions/2206822/no-internet-on-android-emulator-why-and-how-to-fix) or [this post](http://stackoverflow.com/questions/2437366/android-emulator-internet-access) for some other tips. – THelper Jul 27 '11 at 08:41
  • delete and recreate the emulator. – Sree Rama Jul 12 '12 at 06:15