SyntaxFix
Write A Post
Hire A Developer
Questions
One of the reason of this happening could be to forgetting adding android.permission.INTERNET permissions in AndroidManifest.xml
android.permission.INTERNET
AndroidManifest.xml
<uses-permission android:name="android.permission.INTERNET" />