High CPU usage with Android emulator (qemu-system-i386.exe)

前端 未结 20 926
醉话见心
醉话见心 2020-12-04 05:48

The emulator qemu-system-i386.exe cpu usage almost constantly running between 7~9

Android studio 2.1 Android SDK Tools: 25.1.3 Host Operating System: Windows 7 - i7

20条回答
  •  Happy的楠姐
    2020-12-04 06:35

    In my case, I only encountered this issue when running multiple instances of the emulator.

    Re-run the Intel Hardware Accelerated Execution Manager (HAXM) installer provided in the Android SDK (\extras\intel\Hardware_Accelerated_Execution_Manager\intelhaxm-android.exe), select Change, and see how much memory is allocated to HAXM. If it's 2 GB or less, you probably want to raise it to at least 4 GB. Then restart your emulator and see if the CPU usage drops.

提交回复
热议问题