Category Archives: Manifest

android emulator java.net.SocketException: Permission denied (maybe missing INTERNET permission)

In order to give your Android Application access to the Internet you must set the permission within the Android Manifest File. <uses-permission android:name=”android.permission.INTERNET”></uses-permission> This should be outside the Application Node.  

Posted in Android, Debugging, Eclipse, Emulator, Internet, Manifest | 6 Comments