当我尝试运行模拟器时更新到 Android Studio 2020.3.1 canary 15 后,它被这个错误杀死:
AVD Pixel_4_API_30 的模拟器进程已终止。
它在以前的版本 (4.1.3) 中工作正常,但现在安装新版本后,它显示相同的错误。
我已经尝试过在几乎类似的情况下提出的一些解决方案;然而,它仍然不起作用......
android android-virtual-device android-emulator android-studio-4.1 android-studio-4.2
我在 StackOverflow 上进行了搜索,发现了许多类似的问题和许多不同的答案,但没有一个对我有用。
所以,最后几天我一直很好地使用 Android Studio 的模拟器,直到我尝试使用Google Play API添加新的虚拟设备,当我尝试运行它时,出现了以下消息:
AVD <emulator_name> 的模拟器进程已终止。
我尝试了很多不同的事情,还删除了我拥有的所有模拟器,但现在我创建的模拟器都不起作用
这是我在 Android Studio 日志中得到的日志:
[1647414] INFO - manager.EmulatorProcessHandler - Emulator: C:\Users\2DWeb\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 …Run Code Online (Sandbox Code Playgroud) android android-virtual-device android-emulator android-studio
android ×2