Android Emulator Error in windows

后端 未结 3 1516
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: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\\AppData\Local\Android\sdk\extras\intel\Hardware_Accelerated_Execution_Manager
    

提交回复
热议问题