SocketException: Operation not permitted
We may run into this error while developing an app for Android: It may look like this as well: I won’t be torturing you with long explanations and references 😁, so everything you should do is to check that you have android.permission.INTERNET permission in your AndroidManifest.xml: Sometimes it’s necessary to add android.permission.ACCESS_NETWORK_STATE as well.
READ MORE