I 'm having trouble connecting to internet through android emulator. I did go through other post to check if i m missing something but to no avail.
I have the permissions in my manifest file also
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Following is my logcat
04-04 16:25:41.575: DEBUG/SearchDialog(285): launching Intent { act=android.intent.action.SEARCH flg=0x10000000 cmp=com.android.browser/.BrowserActivity (has extras) }
04-04 16:25:41.575 : INFO/SearchDialog(285): Starting (as ourselves) #Intent;action=android.intent.action.SEARCH;launchFlags=0x10000000;component=com.android.browser/.BrowserActivity;S.query=http%3A%2F%2Fyahoo.com;S.user_query=http%3A%2F%2Fyahoo.com;end
04-04 16:25:41.594: INFO/ActivityManager(59): Starting activity: Intent { act=android.intent.action.SEARCH flg=0x10000000 cmp=com.android.browser/.BrowserActivity (has extras) }
04-04 16:26:02.485: ERROR/Tab(285): onReceivedError -2 http://yahoo.com/ The URL could not be found.
I also added -dns-server 8.8.8.8 to my run configuration ...that also didnt work.
I can connect to internet (wifi)when working from home. When at work i cant connect to the LAN(have disabled wifi).
Any suggestions what am i missing.