CPU acceleration status: HAXM must be updated

混江龙づ霸主 提交于 2019-11-28 22:19:38

问题


I create a new virtual device in Android Studio. When I attempt to start it, I get the following error message:

Cannot launch AVD in emulator.
Output:
emulator: WARNING: Increasing RAM size to 1024MB
emulator: WARNING: VM heap size set below hardware specified minimum of 384MB
emulator: WARNING: Setting VM heap size to 384MB
emulator: ERROR: x86 emulation currently requires hardware acceleration!
Please ensure Intel HAXM is properly installed and usable.
CPU acceleration status: HAXM must be updated (version 1.1.1 < 6.0.1).

How can I fix this error?


回答1:


You will need to actually install the Intel HAXM in order to use it:

Windows

  1. In your Android SDK folder, look in extras\intel\Hardware_Accelerated_Execution_Manager\
  2. Run intelhaxm-android.exe 

Mac

  1. Open the HAXM directory

    cd $ANDROID_HOME/extras/intel/Hardware_Accelerated_Execution_Manager
    

    or, if $ANDROID_HOME is not set (i.e. if you're getting an error " No such file or directory"), try

    cd /Users/$USER/Library/Android/sdk/extras/intel/Hardware_Accelerated_Execution_Manager
    
  2. Run the installer:

    • Mount the HAXM *.dmg file, then run the *.mpkg contained inside it

    or

    • Execute $ ./silent_install.sh



回答2:


Goto Control Panel > Programs > Programs and Features.

Look for Intel Hardware Accelerated Execution Manager and check its version. In your case it should be 1.1.1 as seen from the error. Uninstall it.

Go to this link (https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager) to download the latest version.

Run silent_install.bat which will install Intel HAXM's latest version. Now your Emulator should be working fine.




回答3:


So very simple. In your VS > Android Tools > check and install the option > "Intel x86 Emulator Accelerator (XAHM installer)"




回答4:


Here is the tip, Just open the android studio and tools -> android SDK and you will see the SDK tools tab. you can select or update. If you see any update make sure you keep them up to date.




回答5:


You could also asign the AVD to use more memory. This boosts it so much:

From Android studio open Windows->Select Android Virtual Device Manager->Chose your device->Click Edit button->Change the RAM parameter to 512 Mb in the Memory Options->Save and run the emulator it will work



来源:https://stackoverflow.com/questions/36880552/cpu-acceleration-status-haxm-must-be-updated

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!