Hi I am trying to show map in the android emulator. but it cant display google map in the map view. and also not connect www.google.com from browser on android emulator. so is there any settings regarding to run internet on emulator. can anyone help me out from this problem.
From stackoverflow
-
Try adding this within the manifest tag of your AndroidManifest.xml file.
<uses-permission android:name="android.permission.INTERNET"/>
0 comments:
Post a Comment