The WebView running in the emulator in Android studio cannot access internet, but Chrome can?
问题 I installed Android studio 1.0.1 and followed this page https://developer.chrome.com/multidevice/webview/gettingstarted to wrap a website to an app. However, I got the following error when running it in emulator. Webpage not available The webpage at https://..... could not be loaded because: net::ERR_NAME_NOT_RESOLVED However, I tried to click the link and it launched the website in Chrome without any problem. 回答1: This may sound kind of obvious, but make sure 3G is turned on in your emulator