在更新到Android Studio 2后,当我试图运行我的应用程序并选择一个模拟器时,我等待模拟器启动,它突然被杀死。我可以看到模拟器进程几分钟,但从来没有GUI。在Android studio中,我得到了错误

android studio Error while waiting for the device: The emulator process for AVD was killed

即使我在Android Studio之外运行模拟器也会发生这种情况。我试用了Android 6和基于Android 4.4的模拟器。 在Windows 7 x64 PC上运行。类似于另一个StackOverflow帖子被关闭。我尝试了各种ram、VM堆和分辨率设置。


当前回答

唯一解决这个问题的是设置SDK_ANDROID_AVD变量(模拟器数据将存储在那里)。

其他回答

确保你有足够的空间在c: drive - Minimum应该有20GB的空闲空间 如果你已经创建了AVD,那么在你的windows机器中,从命令行输入“emulator -list-avds”。 C:\Users\username\AppData\Local\Android\Sdk\模拟器>模拟器-list-avds Pixel_2_API_29 输入模拟器@Pixel_2_API_29 C:\Users\username\AppData\Local\Android\Sdk\emulator @Pixel_2_API_29 你可以看到模拟器启动。

它为我工作-在互联网上发现的其他结果不为我工作。

对我来说,OpenGL在我的机器上不起作用似乎是个问题。我修改如下:

转到:工具> Android > AVD管理器 按下你的AVD旁边的“编辑”(铅笔)图标 将“图形”更改为“软件”。

总结一下:

Install and reinstall HAXM 7.5.6 (only available version) under 'Android SDK' settings. Try downloading it manually, even other versions (they don't work with Android SDK), installing it from the Android/Sdk folder, etc. sc query intelhaxm in cmd should show if it is running correctly. Virtualization is enabled in your BIOS and has been tested Made sure the PATH variables are correct (ANDROID_HOME / ANDROID_SDK_ROOT) but NOT (ANDROID_SDK_HOME) to the folder in your settings per Here. Otherwise, you will see EVENTS on the Android Studio splash screen. Try unchecking / rechecking Launch in a tool window in Emulator settings (and even Enable Device Frame in AVD settings) Try rebuilding in several different combinations of android, different phones, etc (but with same levels and packages ... 30 for example) Try Rebooting in several different configurations Make sure all SDK Tools are up-to-date, and even try a fresh install of Android Studio. However, tried removing all of them, and adding them back. Check your space, try to have 25GB maybe or more free Check for Virtual Box, Antivirus Software, etc. Open Android Studio with Administrator privileges

运行在双显示器/坞站上?

A)在不插任何插头的情况下运行模拟器,然后插回显示器!(我知道很奇怪)……或者更好的是…… B)创建一个新的硬件配置文件,它将使您能够将图形:自动更改为软件。

在Android Studio Go to Help ->显示浏览器中的日志 尝试再次运行模拟器的错误如下:

handleCpuAcceleration:特征检查hvf 无法添加库vulkan-1.dll:失败 无法添加库vulkan-1.dll:失败

然后安装Microsoft VS Code,转到下面的路径

C:\Users<User>\AppData\Local\Programs\Microsoft VS Code

复制vulkan-1.dll并粘贴到下面的路径

C: \用户<用户> \ AppData \本地\ Android模拟器\ \ lib64

对我来说,这些解决方案是有效的

解决此错误的最佳5个选项,avd的模拟器进程被杀死

given option are checkpoints, check it out one by one.
Error Solution Option 1
Possiblity:
HAXM may not installed in System
HAXM - Hardware Accelerated Execution Manager
Solution:
SDK Manager > Check for HAXM installer
install it, if HAXM not installed
=======================================

Error Solution Option 2
Possiblity : 
Low disk size to load Emulator
Latest AVD with API level 30+ required approx 7 GB disk space
Solution:
Free space from disk where AVD is located

=======================================
Error Solution Option 3
Possiblity :
Configured AVD API may not available in SDK Manager
As an Example:
if Emulator with API level 30, same package of API 30 should be installed in SDK

Solution:
Install same version of SDK Platfrom from SDK manager,
as same as Emulator – AVD API

=======================================
Error Solution Option 4
Possiblity :
Configuration error in Old AVD 

Solution:
Recreate AVD with latest available update
Help > check for update, if component Android Emulator Update is available, install it
delete older AVD and create Fresh AVD

=======================================
Error Solution Option 5
Possiblity :
Embedded AVD not properly load with available image

Solution:
Launch AVD as independent component,
After success close it and lauch within Android Studio
Emulator inside Android Studio
=======================================

before apply all of above once restart you System, try it.

有关视频支持的更多帮助,请参阅如何修复AVD被杀死 我想它可能对你有帮助。