Android - 模拟器-x86.exe 已停止工作
Android - emulator-x86.exe has stopped working
我的问题: 我使用的互联网速度较慢,所以当我重新安装 windows 8.I 复制了 sdk 和 .android避免安装文件夹 updates.I 安装新的 android studio 并使用环境变量链接 sdk 和 .android 文件夹。
当我尝试 运行 我的 android 应用程序时,它显示错误 "emulator-x86.exe has stopped working"
在事件日志中: D:\android\sdk\tools\emulator.exe -netdelay none -netspeed full -avd Nexus_5_API_23
注意:环境变量 $ANDROID_SDK_HOME 已设置,模拟器使用该变量来定位 AVD。
如果无法在指向的文件夹中找到 AVD,这可能会导致模拟器无法启动
给定的环境变量。
ANDROID_SDK_HOME=D:\android\sdk
我试过的:
1.重新安装intel haxm
2.尝试低分辨率
3.创建新的虚拟设备
4. RAM 大小减少到 512 MB
系统配置:
我参考了以下内容:
Emulator-x86.exe has stopped working in android studio
emulator-x86.exe has stopped working after lauching
Android studio: emulator-x86.exe stopped working after creating the window for the emulator
emulator-x86.exe has stopped working
通过取消选中 使用主机 GPU 我解决了我的问题.. 我为相同的 https://www.youtube.com/watch?v=Bt6QN6-nGEA
创建了一个视频
我的问题: 我使用的互联网速度较慢,所以当我重新安装 windows 8.I 复制了 sdk 和 .android避免安装文件夹 updates.I 安装新的 android studio 并使用环境变量链接 sdk 和 .android 文件夹。
当我尝试 运行 我的 android 应用程序时,它显示错误 "emulator-x86.exe has stopped working"
在事件日志中: D:\android\sdk\tools\emulator.exe -netdelay none -netspeed full -avd Nexus_5_API_23
注意:环境变量 $ANDROID_SDK_HOME 已设置,模拟器使用该变量来定位 AVD。 如果无法在指向的文件夹中找到 AVD,这可能会导致模拟器无法启动 给定的环境变量。 ANDROID_SDK_HOME=D:\android\sdk
我试过的:
1.重新安装intel haxm
2.尝试低分辨率
3.创建新的虚拟设备
4. RAM 大小减少到 512 MB
系统配置:
我参考了以下内容:
Emulator-x86.exe has stopped working in android studio
emulator-x86.exe has stopped working after lauching
Android studio: emulator-x86.exe stopped working after creating the window for the emulator
emulator-x86.exe has stopped working
通过取消选中 使用主机 GPU 我解决了我的问题.. 我为相同的 https://www.youtube.com/watch?v=Bt6QN6-nGEA
创建了一个视频