android app cannot connect to internet
To allow your custom app to connect to the internet, add the following in your AndroidManifest.xml file right before (outside) the application tag.
<uses-permission android:name="android.permission.INTERNET" />
Advertisements
Posted on June 3, 2013, in Uncategorized and tagged android, android app internet, app, debug, dev, developer, eclipse, internet, sdk. Bookmark the permalink. Leave a comment.
Leave a comment
Comments 0