android 模拟器在 haxm 升级后不工作

android emulator not working after haxm upgrade

Android 模拟器在 HAXM 升级后不工作

日志:

emulator: WARNING: Crash service did not start

emulator: WARNING: VM heap size set below hardware specified minimum of 80MB
emulator: WARNING: Setting VM heap size to 256MB
emulator: WARNING: Classic qemu does not support SMP. The hw.cpu.ncore option from your config file is ignored.
emulator: WARNING: cache image already in use, changes will not persist!

Creating filesystem with parameters:
    Size: 69206016
    Block size: 4096
    Blocks per group: 32768
    Inodes per group: 4224
    Inode size: 256
    Journal blocks: 1024
    Label:
    Blocks: 16896
    Block groups: 1
    Reserved block group size: 7
Created filesystem with 11/4224 inodes and 1302/16896 blocks
WARNING: SD Card image already in use: C:\Users\User01\.android\avd\Tab_API_23.avd/sdcard.img
emulator: warning: opening audio output failed

您必须选择:

  1. 增加 HAXM 的内存,即 "re-running the HAXM installer to set a higher memory limit"
  2. 选择需要较少 RAM 的 AVD。即 "try creating an AVD that requires less RAM"*

要了解更多信息,请按照 link 步骤 http://tools.android.com/tech-docs/emulator

如果上述解决方案不适合您,请打开 AVD 管理器

检查磁盘大小 - 如果内存更多,则单击操作 -> 擦除数据

启动模拟器,它会工作!!

希望对你有用