Android 模拟器 - 错误消息“不幸的是浏览器停止工作”
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/20346379/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Android Emulator - the error message 'Unfortunately browser stopped working'
提问by user3060605
回答by Bernard Arjan Draaisma
Edit the Android Virtual Device settings inside your AVD manager that you are using and try starting your emulator with the "Use Host GPU" option enabled, this will help to fix your error with the browser.
在您使用的 AVD 管理器中编辑 Android 虚拟设备设置,并尝试在启用“使用主机 GPU”选项的情况下启动模拟器,这将有助于修复浏览器的错误。
For downloading files with the browser make sure you also add enough size to your SD Card option. After editing both settings, start Android and goto: Settings -> Apps -> Browser. (If needed force to stop the browser) then goto permission and enable storage permission to be enabled. This will fix your error with the browser when downloading files.
要使用浏览器下载文件,请确保您还为 SD 卡选项添加了足够的大小。编辑完这两个设置后,启动 Android 并转到:设置 -> 应用程序 -> 浏览器。(如果需要强制停止浏览器)然后转到权限并启用存储权限。这将修复您在下载文件时浏览器的错误。
回答by VictorySaber
Make sure that you have set the SD card to have some storage capacity - set it to 2GB and restart the emulator. The browser won't work without SD card storage, in my experience.
确保您已将 SD 卡设置为具有一定的存储容量 - 将其设置为 2GB 并重新启动模拟器。根据我的经验,没有 SD 卡存储,浏览器将无法工作。
Also, be sure to get logcat so you can see any future error messages.
此外,请务必获取 logcat,以便您可以看到任何未来的错误消息。
回答by Balu
I guess the bookmark data got corrupted somehow. Just go into settings/apps and clear the browser data. You will lose your bookmarks though. At least the browser doesn't crash anymore.
我猜书签数据以某种方式损坏了。只需进入设置/应用程序并清除浏览器数据即可。但是,您将丢失书签。至少浏览器不会再崩溃了。