문제

I am getting these error at console.

hax is not working and emulator runs in emulation mode eclipse.

So I am unable to run the app in emulator.

도움이 되었습니까?

해결책

After spending a lot of time,I am come up with the answer.

  • If you are getting emulator-x86.exe has stopped working Error means:

    Try these two steps:

    1. Change the resolution of the device 1280X800 to 800X600.

    2. Reduce the size of the Ram by 512 MB or less.

  • If you are getting Hax is not working Error means:

    Try these three steps:

    1.Hax software would be located in

    C:\Program Files\Android\android-sdk\extras\intel\Hardware_Accelerated_Execution_Manager

    Install the HAXM Driver by running "IntelHaxm.exe" in command Prompt.

    2.. if the installer fails with message that Intel VT must be turned on, you need to enable this in BIOS.

    For Eg:
    

    if You are using windows 7, press F12 key to enter into bios setting. There you can see the Intel Virtualization Technology placed in System Performance.Turn it on as enabled

    3.Then again run the "IntelHaxm.exe" in command Prompt.Everything will be works fine.

다른 팁

In Android Studio, AVD Manager, edit the AVD you want and disable Use Host GPU under Emulated Performance. This eliminated this problem for me.

In my case, I solved this by un-selecting Multi-Core CPU.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top