+-
android studio中的HAXM配置
我试图从 GitHub运行一个简单的 Android聊天应用程序.我认为我的HAXM配置存在问题.当我运行应用程序时,我看到这些错误:

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 = 1536 MB

emulator: HAXM max RAM size = 768 MB

emulator: You might want to adjust your AVD RAM size and/or HAXM configuration to run in fast virt mode.

emulator: warning: opening audio output failed creating window 61 83 462 820

emulator: emulator window was out of view and was recentered

怎么了?

最佳答案
您的HAXM RAM低于AVD RAM.

解决方案:

>重新运行HAXM安装并增加RAM以匹配AVD(仿真器).
>或者,减少AVD(仿真器)的RAM以匹配HAXM的RAM.

点击查看更多相关文章

转载注明原文:android studio中的HAXM配置 - 乐贴网