I get the following Exception running my app:
java.net.SocketException: Permission denied (maybe missing INTERNET permission)
How do I solve the missing permission problem?
|
I get the following Exception running my app:
How do I solve the missing permission problem? |
||||
|
|
|
Add the INTERNET permission to your manifest file. You have to add this line:
outside the application tag in your AndroidManifest.xml |
|||||||||
|
|
In your android manifest file internet permission is provided or not. If not add the following code .
|
||||
|
|
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.