热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

AndroidStudio模拟器无法启动与内存限制相关的错误消息

如何解决《AndroidStudio模拟器无法启动与内存限制相关的错误消息》经验,为你挑选了3个好方法。

我正在尝试运行我的第一个android工作室项目,但是我收到此错误消息并且模拟器无法启动:

Created filesystem with 11/4224 inodes and 1302/16896 blocks
Failed to create Context 0x3005
emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
emulator: WARNING: Requested RAM size of 1536MB is too large for your environment, and is reduced to 1152MB.
emulator: device fd:544
HAX is not working and emulator runs in emulation mode
emulator: The memory needed by this VM exceeds the driver limit.
Cannot set up guest memory 'pc.ram': Invalid argument

Giridharan.. 21

从Android工作室打开Windows->选择Android虚拟设备管理器 - >选择您的设备 - >单击编辑按钮 - >在内存选项 - >保存中将RAM参数更改为512 Mb并运行它将工作的模拟器

否则你可以使用Genymotion Android Vm:https://www.genymotion.com/?utm_source = dlvr.it & utm_medium = ticker#!/ download


小智.. 12

安装Android Studio后

在CMD(运行方式管理员)中执行此命令(应关闭仿真器):

//if it's installed on D:, at first, "cd" to that drive, like  "D:"
cd "%ANDROID_SDK_HOME%\sdk\extras\intel\Hardware_Accelerated_Execution_Manager"
silent_install.bat -m 1024

这会将HAXM内存设置为1024Mb(最大1800).将VDM中的RAM参数设置为略低于此值,如980

如果您使用的是Mac OS,请使用导航到路径//Library/Android/sdk/extras/intel/Hardware_Accelerated_Execution_Manager并执行sudo ./silent_install.sh -m 1024



1> Giridharan..:

从Android工作室打开Windows->选择Android虚拟设备管理器 - >选择您的设备 - >单击编辑按钮 - >在内存选项 - >保存中将RAM参数更改为512 Mb并运行它将工作的模拟器

否则你可以使用Genymotion Android Vm:https://www.genymotion.com/?utm_source = dlvr.it & utm_medium = ticker#!/ download



2> 小智..:

安装Android Studio后

在CMD(运行方式管理员)中执行此命令(应关闭仿真器):

//if it's installed on D:, at first, "cd" to that drive, like  "D:"
cd "%ANDROID_SDK_HOME%\sdk\extras\intel\Hardware_Accelerated_Execution_Manager"
silent_install.bat -m 1024

这会将HAXM内存设置为1024Mb(最大1800).将VDM中的RAM参数设置为略低于此值,如980

如果您使用的是Mac OS,请使用导航到路径//Library/Android/sdk/extras/intel/Hardware_Accelerated_Execution_Manager并执行sudo ./silent_install.sh -m 1024


对我来说,它是/AppData/Local/Android/Sdk/extras/intel/Hardware_Accelerated_Execution_Manager(不是...... ApplicationData ......)

3> 小智..:

尝试重新启动计算机!

我只是在解决这个问题,经过一个小时的网络搜索无济于事,我尝试重新启动计算机,问题得到了解决.


推荐阅读
author-avatar
神圣的全日制
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有