在更新到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堆和分辨率设置。


当前回答

如果使用Mac Intel酷睿i7,请选择“x86”作为ABI。在“Virtual Device Configuration”界面中,有三个页签:

推荐 x86图片 其他图像

选项卡1和2很可能具有适合您计算机的ABI。但我曾经错误地去了Other Images,选择了arm64-v8a的ABI。

这个答案类似于https://stackoverflow.com/a/66059850/2848676,除了它是针对运行英特尔而不是苹果硅(M1)芯片的Mac。

这两个答案的概括是确保您选择的ABI与您的计算机兼容。例如,在我的“Other Images”选项卡上,它明确地警告我“考虑在x86主机上使用x86系统映像以获得更好的模拟性能”,但不幸的是,直到后来我试图解决这个问题时才看到这个警告。

其他回答

当我把我的SDK位置从一个磁盘更改到另一个磁盘时,这个问题发生在我身上,由于磁盘空间有限的问题,而这样做的一些文件可能会损坏或丢失,经过一番挖掘,我发现我的SDK被部分安装(根据SDK管理器)。 我所要做的就是从SDK管理器中重新下载剩下的文件来解决这个问题。

进入:工具> Android > AVD管理器,按下“编辑”(铅笔) 图标旁边的AVD,改变“图形”为“软件”。 在我的Windows 10电脑和ubuntu 18.04上工作

我也有同样的问题。 我改变了ANDROID_HOME路径的环境变量。 然后我复制了“avd”文件夹,其中模拟器安装到“sdk”文件夹(ANDROID_HOME路径)。 ***在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)创建一个新的硬件配置文件,它将使您能够将图形:自动更改为软件。

这招对我很管用:

工具-> SDK管理器-> SDK工具(选项卡)->取消选择“Android模拟器”-> OK

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