emulator-x86.exe 已停止工作

emulator-x86.exe has stopped working(emulator-x86.exe 已停止工作)
本文介绍了emulator-x86.exe 已停止工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在 console 收到这些错误.

hax 不工作,模拟器在 eclipse 仿真模式下运行.

所以我无法在模拟器中运行应用程序.

解决方案

花了很多时间,我想出了答案.

  • 如果你得到 emulator-x86.exe has stop working 错误意味着:

    <块引用>

    试试这两个步骤:

    <块引用>

    1. 将设备分辨率1280X800改为800X600.

    2. 将 RAM 的大小减少 512 MB 或更小.

  • 如果你得到 Hax is not working 错误意味着:

    <块引用>

    试试这三个步骤:

    <块引用>

    1.Hax 软件将被定位在

    <代码>C:程序FilesAndroidandroid-sdkextrasintelHardware_Accelerated_Execution_Manager

    通过在命令提示符中运行IntelHaxm.exe"来安装 HAXM 驱动程序.

    2.. 如果安装程序失败并显示必须打开 Intel VT 的消息,您需要在 BIOS 中启用此功能.

    例如:

    如果您使用的是 Windows 7,请按 F12 键进入 bios 设置.在那里您可以看到 Intel Virtualization Technology 放置在 System Performance 中.将其 on 启用

    3.然后在命令提示符中再次运行IntelHaxm.exe".一切都会正常工作.

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 FilesAndroidandroid-sdkextrasintelHardware_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.

这篇关于emulator-x86.exe 已停止工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

How to target newer versions in .gitlab-ci.yml using auto devops (java 11 instead of 8 and Android 31 instead of 29)(如何在.gitlab-ci.yml中使用自动开发工具(Java 11而不是8,Android 31而不是29)瞄准较新的版本)
Android + coreLibraryDesugaring: which Java 11 APIs can I expect to work?(Android+core LibraryDesugering:我可以期待哪些Java 11API能够工作?)
How to render something in an if statement React Native(如何在If语句中呈现某些内容Reaction Native)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Using Firebase Firestore in offline only mode(在仅脱机模式下使用Firebase FiRestore)
Crash on Google Play Pre-Launch Report: java.lang.NoSuchMethodError(Google Play发布前崩溃报告:java.lang.NoSuchMethodError)