在更新到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管理器-> SDK工具(选项卡)->取消选择“Android模拟器”-> OK

现在,当你试图运行你的应用程序,或从AVD管理器启动设备时,它会给出“安装模拟器”错误->单击确定。 这将自动下载正确的版本。

其他回答

Android Studio v4.1及以上版本:

菜单-> Android Studio ->首选项->工具->模拟器

取消在工具窗口选项中的启动。

总结一下:

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)创建一个新的硬件配置文件,它将使您能够将图形:自动更改为软件。

我也有这样的问题。

fix:

1. 为Android VDM选择一个旧版本(系统镜像)-首先,我使用了28版本(在我的情况下是OREO),然后我切换到旧版本,到25(NOUGAT)。 2. 将“图形”更改为“软件”。

我有同样的问题,问题是没有足够的空间在我的磁盘驱动器..你可以在“事件日志”层中看到关于你具体情况的详细信息,这一层通常位于Android studio的底部,它是我的输出日志:

"02:45 PM模拟器:模拟器:错误:没有足够的空间来创建用户数据分区。可用:3310.363281 MB /home/user/.android/avd/my_Nexus_5X_API_27。avd,需要7372.80万MB。

我只有7gb的空闲空间,所以只要在我的光盘里删除一些GB就可以了。

我的案例是:谷歌PLAY。

我的虚拟设备是Pixel 4…… 如图所示,Pixel4有谷歌播放支持,因此它会给出这样的错误:“AVD Pixel4的模拟器进程已被杀死。” 它在Android Studio 4.1.1上给出错误。 因此,我创建了一个新的虚拟设备(Pixel 4XL),并选择“SOFTWARE”来模拟性能…… 因为这个设备没有谷歌播放支持,所以它对我来说是有效的。