Unable to resolve host "<insert URL here>" No address associated with hostname Unable to resolve host "<insert URL here>" No address associated with hostname android android

Unable to resolve host "<insert URL here>" No address associated with hostname


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

<uses-permission android:name="android.permission.INTERNET" /><uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />


May you have taken permission

<uses-permission android:name="android.permission.INTERNET" /><uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

BUT

You may have forgot to TURN ON Internet in Mobile or Whatever Device.