Android Emulator Error in windows

后端 未结 3 1484
Happy的楠姐
Happy的楠姐 2021-01-25 05:26

I installed android studio 2.0 on my windows 7 ultimate, and I installed all the packages required by the android also the HAXM package is also installed. When I tried to run th

相关标签:
3条回答
  • 2021-01-25 06:04

    I would recommend trying Genymotion https://www.genymotion.com/ very fast, optimized and easy to kick-start

    0 讨论(0)
  • 2021-01-25 06:06

    Go to BIOS setting of your PC after restart. Then enable virtualization in your BIOS configuration.

    0 讨论(0)
  • 2021-01-25 06:12

    I had the same issue yesterday and I solved it by following the instructions here. I did the following:

    • Uninstalled Intel x86 Emulator Accelerator (HAXM installer) 6.0.1 from Android Studio: use Tools->Android->SDK Manager->Appearance & Behavior->System Settings->Android SDK, select the tab SDK Tools, uncheck Intel x86 Emulator Accelerator and press Apply;
    • Closed Android Studio;
    • Uninstalled Intel Hardware Accelerated Execution Manager from Control Panel->Program and Features;
    • Opened Android Studio and re-installed Intel x86 Emulator Accelerator from the same menu in Tools->Android->SDK Manager->Appearance & Behavior->System Settings->Android SDK.

    Alternatively, one can use the Launch Standalone SDK Manager, open the Extras folder, check Intel x86 Emulator Accelerator and press Delete 1 package (or Install).

    It seems that my installation of Intel Hardware Accelerated Execution Manager (HAXM) was corrupted. It is located under:

        C:\Users\<name>\AppData\Local\Android\sdk\extras\intel\Hardware_Accelerated_Execution_Manager
    
    0 讨论(0)
提交回复
热议问题