I was working on a webview which was not working. I then noticed that I ca开发者_如何学Cnnot even view google or any other webpage using the emulators browser.
What could be the reason for this? Also do I need to setup the emulator to connect to the internet some how?
Please let me know.
Thanks
Have you set the internet permission in your manifest file?
<uses-permission android:name="android.permission.INTERNET"></uses-permission>
Make sure that 3G displays on the emulator. If it does not, try restarting the emulator.
精彩评论