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.
