Android AVD - AVD <emulator_name> 的模拟器进程已终止
Android AVD - The emulator process for AVD <emulator_name> has terminated
我在 Whosebug 上进行了搜索,发现许多类似的问题有许多不同的答案,但 none 对我有用。
所以,在过去的几天里,我很好地使用了 Android Studio 中的模拟器,直到我尝试添加一个新的虚拟设备 Google Play API,当我尝试 运行 时,出现了这条消息:
The emulator process for AVD <emulator_name> has terminated.
我尝试了很多不同的东西,还删除了我所有的模拟器,但现在我创建的一个都没有用
这是我在 Android Studio 日志中得到的日志:
[1647414] INFO - manager.EmulatorProcessHandler - Emulator: C:\UsersDWeb\AppData\Local\Android\Sdk\emulator\emulator.exe -netdelay none -netspeed full -no-snapstorage -avd cel_30_debug1
[1649364] INFO - manager.EmulatorProcessHandler - Emulator: WARNING | unexpected system image feature string, emulator might not function correctly, please try updating the emulator.
[1649364] INFO - manager.EmulatorProcessHandler - Emulator: Warning: Quick Boot / Snapshots not supported on this machine. A CPU with EPT + UG features is currently needed. We will address this in a future release.
[1649380] INFO - manager.EmulatorProcessHandler - Emulator: WARNING | Not all modern X86 virtualization features supported, which introduces problems with slowdown when running Android on multicore vCPUs. Setting AVD to run with 1 vCPU core only.
[1650143] INFO - manager.EmulatorProcessHandler - Emulator: C:\UsersDWeb\AppData\Local\Android\Sdk\emulator\qemu\windows-x86_64\qemu-system-x86_64.exe:/qemu.conf:1: no group defined
[1651630] INFO - manager.EmulatorProcessHandler - Emulator: INFO | configAndStartRenderer: setting vsync to 60 hz
[1651630] INFO - manager.EmulatorProcessHandler - Emulator: INFO | added library vulkan-1.dll
[1651665] INFO - manager.EmulatorProcessHandler - Emulator: INFO | Android emulator version 31.1.4.0 (build_id 7920983) (CL:N/A)
[1651665] INFO - manager.EmulatorProcessHandler - Emulator: Process finished with exit code 0
我什至卸载了 Android Studio 并删除了所有相关目录并重新安装,但没有用。
一些重要的事情:
- 试过 Google 播放 API 或 Google APIs
- 尝试了不同的 SDK APIs (8.1 [API 27], 10 [API 29], 11 [API 30]...)
- 我有免费的 space HD:大约 40gb
- 模拟器设置为 16gb 的内部存储空间
- 我尝试了 x86 和 x86_64 架构(两天前都在工作)
- 尝试过快速启动和冷启动
- 尝试添加一个新的模拟器并且不更改任何规格(使用默认值)
- SDK 工具上的 Android 模拟器已更新至最新版本 (31.1.4)
- 已安装最新的 HAXM 版本 (7.7.0)
- 我有一个 Intel 处理器(据我所知,没有对其进行任何更改)和 12gb RAM
None 使模拟器工作。
我成功了...
显然,更新到最新版本的 Android 模拟器是问题所在。显然许多与 vulkan.dll 的冲突和其他仿真过程停止使用这个新版本(至少对我来说在我的电脑上是这样)。
我下载了一个基于的旧版android模拟器,然后它又开始工作了...
转到您的 android 工作室,select“工具”->“SDK 管理器”->“SDK 工具”选项卡-> 并更新到最新的 Android 模拟器版本.然后再次重新运行您的模拟器。解决了!希望对你有帮助。
在 Ubuntu,我不得不使用 SDK 管理器[=10= 卸载 NDK(并排) ]
我在 运行 我的 React 本机应用程序时得到了这个,我从 SDK 管理器手动安装了 NDK。
对于 NDK,我们需要安装 C make 才能正常工作,这就是我解决这个问题的方法。
阅读文档了解更多信息。
我在 Whosebug 上进行了搜索,发现许多类似的问题有许多不同的答案,但 none 对我有用。
所以,在过去的几天里,我很好地使用了 Android Studio 中的模拟器,直到我尝试添加一个新的虚拟设备 Google Play API,当我尝试 运行 时,出现了这条消息:
The emulator process for AVD <emulator_name> has terminated.
我尝试了很多不同的东西,还删除了我所有的模拟器,但现在我创建的一个都没有用
这是我在 Android Studio 日志中得到的日志:
[1647414] INFO - manager.EmulatorProcessHandler - Emulator: C:\UsersDWeb\AppData\Local\Android\Sdk\emulator\emulator.exe -netdelay none -netspeed full -no-snapstorage -avd cel_30_debug1
[1649364] INFO - manager.EmulatorProcessHandler - Emulator: WARNING | unexpected system image feature string, emulator might not function correctly, please try updating the emulator.
[1649364] INFO - manager.EmulatorProcessHandler - Emulator: Warning: Quick Boot / Snapshots not supported on this machine. A CPU with EPT + UG features is currently needed. We will address this in a future release.
[1649380] INFO - manager.EmulatorProcessHandler - Emulator: WARNING | Not all modern X86 virtualization features supported, which introduces problems with slowdown when running Android on multicore vCPUs. Setting AVD to run with 1 vCPU core only.
[1650143] INFO - manager.EmulatorProcessHandler - Emulator: C:\UsersDWeb\AppData\Local\Android\Sdk\emulator\qemu\windows-x86_64\qemu-system-x86_64.exe:/qemu.conf:1: no group defined
[1651630] INFO - manager.EmulatorProcessHandler - Emulator: INFO | configAndStartRenderer: setting vsync to 60 hz
[1651630] INFO - manager.EmulatorProcessHandler - Emulator: INFO | added library vulkan-1.dll
[1651665] INFO - manager.EmulatorProcessHandler - Emulator: INFO | Android emulator version 31.1.4.0 (build_id 7920983) (CL:N/A)
[1651665] INFO - manager.EmulatorProcessHandler - Emulator: Process finished with exit code 0
我什至卸载了 Android Studio 并删除了所有相关目录并重新安装,但没有用。
一些重要的事情:
- 试过 Google 播放 API 或 Google APIs
- 尝试了不同的 SDK APIs (8.1 [API 27], 10 [API 29], 11 [API 30]...)
- 我有免费的 space HD:大约 40gb
- 模拟器设置为 16gb 的内部存储空间
- 我尝试了 x86 和 x86_64 架构(两天前都在工作)
- 尝试过快速启动和冷启动
- 尝试添加一个新的模拟器并且不更改任何规格(使用默认值)
- SDK 工具上的 Android 模拟器已更新至最新版本 (31.1.4)
- 已安装最新的 HAXM 版本 (7.7.0)
- 我有一个 Intel 处理器(据我所知,没有对其进行任何更改)和 12gb RAM
None 使模拟器工作。
我成功了...
显然,更新到最新版本的 Android 模拟器是问题所在。显然许多与 vulkan.dll 的冲突和其他仿真过程停止使用这个新版本(至少对我来说在我的电脑上是这样)。
我下载了一个基于
转到您的 android 工作室,select“工具”->“SDK 管理器”->“SDK 工具”选项卡-> 并更新到最新的 Android 模拟器版本.然后再次重新运行您的模拟器。解决了!希望对你有帮助。
在 Ubuntu,我不得不使用 SDK 管理器[=10= 卸载 NDK(并排) ]
我在 运行 我的 React 本机应用程序时得到了这个,我从 SDK 管理器手动安装了 NDK。
对于 NDK,我们需要安装 C make 才能正常工作,这就是我解决这个问题的方法。
阅读文档了解更多信息。