【发布时间】:2015-05-08 11:28:21
【问题描述】:
我刚刚在 Android Studio 中创建了我的第一个 android 项目。它是默认的 hello word 应用程序。当我在虚拟化模拟器中运行它时,出现以下错误。请帮我解决。
emulator: WARNING: Requested RAM size of 1536MB is too large for your
environment, and is reduced to 1152MB.
HAX is not working and emulator runs in emulation mode
Cannot set up guest memory 'pc.ram': Invalid argument
emulator: device fd:576
emulator: The memory needed by this VM exceeds the driver limit.
Error accepting connection, aborting
提前致谢。
【问题讨论】:
-
尝试使用 Genymotion 轻量级模拟器而不是默认的,在这里查看:genymotion.com/#!
-
你电脑的内存配置是什么..?
标签: android