本文介绍了为什么HAXM配置内存太低"969 MB"?它与需要1 GB RAM的AVD API级别23不兼容的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
这是 Android Studio 1.4 控制台
emulator: WARNING: Increasing RAM size to 1GB
emulator: device fd:560
HAXM is not working and emulator runs in emulation mode
emulator: The memory needed by this AVD exceeds the max specified in your HAXM configuration.
emulator: AVD RAM size = 1024 MB
emulator: HAXM max RAM size = 969 MB
emulator: You might want to adjust your AVD RAM size and/or HAXM configuration to run in fast virt mode.
Cannot set up guest memory 'pc.ram': Invalid argument
推荐答案
您应从<android-sdk-location>/extras/intel/Hardware_Accelerated_Execution_Manager/
运行HAXM安装程序,并在安装过程中将HAXM可用的RAM数量设置为1024 MB或更多.
You should run HAXM installer from <android-sdk-location>/extras/intel/Hardware_Accelerated_Execution_Manager/
and during installation set amount of RAM available to HAXM to 1024 MB or more.
如果没有extras/intel
目录,则启动Android SDK Manager,转到Extras
,选择Intel x86 Emulator Accelerator (HAXM Installer)
,然后按Install
.
If there is not extras/intel
directory then launch Android SDK Manager, go to Extras
, select Intel x86 Emulator Accelerator (HAXM Installer)
and press Install
.
这篇关于为什么HAXM配置内存太低"969 MB"?它与需要1 GB RAM的AVD API级别23不兼容的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!