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

前端 未结 20 970
醉话见心
醉话见心 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条回答
  •  难免孤独
    2020-12-04 06:47

    In my case it was the fast boot that was causing the problem, to force into normal boot open the text file in C:\Users\\.android\avd\\config.ini and change at least one of the values.

    for example change the line

    hw.battery=yes 
    

    to

    hw.battery=no
    

提交回复
热议问题