No address associated with hostname
but it work well in real device! can you meet the scene
No address associated with hostname
but it work well in real device! can you meet the scene
Give internet permission in manifest file,
< uses-permission android:name="android.permission.INTERNET"/>
< uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
And also change your url into IP like,
www.google.com into 74.125.29.138
If you don`t know IP address use this link-http://freelabs.info/UrlToIpOnline.aspx
Possible Dupicate of UnkownHostException
It also occur when you don't have the internet permission or internet/wifi not enabled.