SyntaxFix
Write A Post
Hire A Developer
Questions
For anything related to the internet, your app must have the internet permission in ManifestFile. I solved this issue by adding permission in AndroidManifest.xml
AndroidManifest.xml
<uses-permission android:name="android.permission.INTERNET" />