Android Studio运行应用程序太晚了

Android Studio运行应用程序太晚了,android,android-emulator,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

当我试图用模拟器运行我的应用程序时遇到了一个问题,该模拟器运行了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'

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

我猜你说的“2小时”有些夸张

模拟器的第一个1536MB内存太多。您可以将其减少到512或更低。我还建议您使用比标准android emulator(至少它是我的i3设备)更快更有用的


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

尝试重新安装HAXM,并在安装过程中选择更高的RAM分配,并将其置于2Gb的RAM中。如果有可用的内存,我如何重新安装它?!如何在Android Studio中使用GenyMotion!!