Android : Error in http connection java.net.SocketException: Permission denied

05-18 14:06:38.429: I/System.out(13921): 
Error in http connection java.net.SocketException: Permission denied
05-18 14:06:43.709: I/System.out(13921): 
Error in http connection java.net.SocketException: Permission denied
05-18 14:06:47.629: I/System.out(13921): 
Error in http connection java.net.SocketException: Permission denied

This is the most common error faced by Android Developers, reason? Well, you just missed adding Internet permissions,

Solution:

Simply add the below line in your AndroidManifest.xml file. If your app is using any hardware like Bluetooth, camera, GPS e.t.c then you gotta get the user permission.

File: AndroidManifest.xml
<uses-permission android:name="android.permission.INTERNET"/>

This is not an AI-generated article but is demonstrated by a human.

Please support independent contributors like Code2care by donating a coffee.

Buy me a coffee!

Buy Code2care a Coffee!

Comments & Discussion

Facing issues? Have questions? Post them here! We're happy to help!