android模拟器无法启动
当我启动一个新的模拟器时,它会出现:
Failed to allocate memory: 8 This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.
如何修复它?
when I start a new emulator it comes this:
Failed to allocate memory: 8 This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.
how to repair it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这个问题表明当您使用过多的RAM时会出现此问题。
This question suggests that this problem occurs when you are using too much RAM.
这篇博文建议您降低您分配给 AVD 的 RAM 量。
This blog post suggests that you should lower the amount of RAM you allocated to your AVD.
正如我在这里提到的: https://stackoverflow.com/a/14420779/1993898
我能够通过以下方式修复此错误“以管理员身份”运行 AVD,因此我认为此错误与文件系统权限或缺乏文件系统权限有关。
As I mention here: https://stackoverflow.com/a/14420779/1993898
I was able to fix this error by running AVD "as Administrator", therefore I believe this error to be related to filesystem permissions, or lack thereof.