In order to allow your Android Application (whether being run on an Android Phone or the Android AVD Emulator) to access the Internet you need to add the following android.permission.INTERNET line to the Android Manifest File:
</application>
<uses-permission name="android.permission.INTERNET"></uses-permission>
</manifest>
No comments:
Post a Comment