Unable to resolve host “” No address associated with hostname

后端 未结 11 1668
悲&欢浪女
悲&欢浪女 2020-12-07 22:00

I tried following this tutorial: Getting Data from the Web

I tried implementing it on Android 3.0, the latest platform for tablets, however, I get this error: \"

11条回答
  •  粉色の甜心
    2020-12-07 22:12

    My bet is that you forgot to give your app the permission to use the internet. Try adding this to your android manifest:

    
    
    

提交回复
热议问题