开发者

cannot view webpages in emulator

开发者 https://www.devze.com 2023-02-14 18:30 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消