Android Studio运行应用已经太晚了

时间:2015-10-14 21:36:00

标签: android android-emulator

我有一个问题,当我尝试使用模拟器运行我的应用程序,它2小时,直到现在才开始 此消息已打印

emulator: device fd:892
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 = 512 MB
emulator: You might want to adjust your AVD RAM size and/or HAXM configuration to run in fast virt mode.
creating window 43 59 329 583
emulator: emulator window was out of view and was recentered
emulator: UpdateCheck: current version '24.4.0', last version '24.4.0'

2 个答案:

答案 0 :(得分:1)

我猜你夸张地说'2小时'。

模拟器的第一个1536 MB Ram是太多了。您可以将其降低到512或更低。另外我建议你使用GenyMotion,它比标准的android模拟器(至少是我的i3设备)更快更有用。

使用GenyMotion,我将在1-2分钟内创建具有512 MB RAM的320x480, Jell Bean仿真器。

答案 1 :(得分:0)

使用AVD创建模拟器时,请选择高级设置并将RAM更改为1536MB。或者只是以同样的方式编辑你当前的设备。