Error while starting emulator

后端 未结 7 702
长发绾君心
长发绾君心 2020-11-29 10:11

I am running an android application on emulator. It was working fine till yesterday and today I updated android studio. I am getting following error. How to resolve this?

7条回答
  •  忘掉有多难
    2020-11-29 10:47

    Start the Android SDK Manager, select Extras and then select Intel Hardware Accelerated Execution Manager. and your download completed here.

    if still not works

    Got to your SDK folder and goto

    /extras/intel/Hardware_Accelerated_Execution_Manager/IntelHAXM.exe.

    Follow the on-screen instructions to complete installation.

    Or for OS X you can do it without onscreen prompts like this

    /extras/intel/Hardware_Accelerated_Execution_Manager/HAXM\ installation

    After installation completes, confirm that the virtualization driver is operating correctly by opening a command prompt window and running the following command: sc query intelhaxm

    To run an x86-based emulator with VM acceleration: If you are running the emulator from the command line, just specify an x86-based AVD: emulator -avd

    Also before executing the commands mentioned above, ensure that you've enabled the 'Virtualization' in your system setting through BIOS setup

    If you follow all the steps mentioned above correctly, then surely you should be able to see your AVD with HAXM coming up normally.

提交回复
热议问题