Android Studio中的错误是什么“The emulator process for AVD Pixel_XL_API_33 has terminated.”

bjp0bcyl  于 12个月前  发布在  Android
关注(0)|答案(1)|浏览(461)

这是日志文件

2023-06-27 22:43:41,328 [1081751]   INFO - Emulator: Pixel XL API 33 - C:\Users\laksh\AppData\Local\Android\Sdk\emulator\emulator.exe -netdelay none -netspeed full -avd Pixel_XL_API_33 -qt-hide-window -grpc-use-token -idle-grpc-timeout 300
2023-06-27 22:43:41,369 [1081792]   INFO - Emulator: Pixel XL API 33 - Android emulator version 32.1.13.0 (build_id 10086546) (CL:N/A)
2023-06-27 22:43:41,369 [1081792]   INFO - Emulator: Pixel XL API 33 - Found systemPath C:\Users\laksh\AppData\Local\Android\Sdk\system-images\android-33\google_apis\x86_64\
2023-06-27 22:43:42,385 [1082808]   WARN - Emulator: Pixel XL API 33 - Failed to process .ini file C:\Users\laksh\.android\avd\Pixel_XL_API_33.avd\quickbootChoice.ini for reading.
2023-06-27 22:43:45,705 [1086128]   INFO - Emulator: Pixel XL API 33 - Process finished with exit code 1073741845
2023-06-27 22:43:46,408 [1086831]   WARN - #c.a.t.i.a.AvdManagerConnection - Unable to determine if Pixel_XL_API_33 is online, assuming it's not
2023-06-27 22:43:51,795 [1092218]   INFO - #c.i.c.ComponentStoreImpl - Saving appDebuggerSettings took 12 ms, DontShowAgainFeedbackService took 48 ms, XDebuggerSettings took 12 ms

尝试在Android Studio中运行虚拟设备

v2g6jxz6

v2g6jxz61#

尝试以下操作,
1.创建新的AVD设备>选择硬件>选择系统映像>将“图形”从**“自动”更改为“软件GLES 2.0”**

1.创建了一个新的像素5AVD。单击“下一步”,然后选择一个版本名为OreoAPI Level 27的系统映像。

相关问题