首页 > 解决方案 > MacOS Big Sur - AVD 崩溃

问题描述

我在 Virtualbox 上安装了 Big Sur。我已经安装了 Android Studio,但是当我尝试运行 AVD 时,应用程序因以下错误而崩溃:“qemu-system-x86_64 意外退出”

以下:

Process:               qemu-system-x86_64 [6083]
Path:                  /Users/USER/Library/Android/*/qemu-system-x86_64
Identifier:            qemu-system-x86_64
Version:               0
Code Type:             X86-64 (Native)
Parent Process:        studio [5081]
Responsible:           studio [5081]
User ID:               501

Date/Time:             2021-09-15 11:38:23.767 -0700
OS Version:            macOS 11.0.1 (20B29)
Report Version:        12
Anonymous UUID:        C851A433-B36F-7AC2-5A68-B24B5ED291DA

Sleep/Wake UUID:       21C99EBC-543A-429B-867E-9013BA5155FA

Time Awake Since Boot: 18000 seconds

System Integrity Protection: enabled

Crashed Thread:        27

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Application Specific Information:
abort() called

Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_platform.dylib        0x00007fff2043008b memmove_sse_np + 235
1   libQt5GuiAndroidEmu.5.12.1.dylib    0x000000011055ec0b QImage::copy(QRect const&) const + 1547
2   libQt5GuiAndroidEmu.5.12.1.dylib    0x000000011055efa7 QImage::detach() + 103
3   libQt5GuiAndroidEmu.5.12.1.dylib    0x0000000110747df7 QPainter::begin(QPaintDevice*) + 167
4   libQt5GuiAndroidEmu.5.12.1.dylib    0x0000000110747d42 QPainter::QPainter(QPaintDevice*) + 242
5   libqcocoa.dylib                 0x0000000111dd6753 QRasterBackingStore::beginPaint(QRegion const&) + 387
6   libQt5GuiAndroidEmu.5.12.1.dylib    0x0000000110696c0e QBackingStore::beginPaint(QRegion const&) + 350
7   libQt5WidgetsAndroidEmu.5.12.1.dylib    0x0000000110c3b7d4 QWidgetBackingStore::doSync() + 4100
8   libQt5WidgetsAndroidEmu.5.12.1.dylib    0x0000000110c6a25d QWidget::event(QEvent*) + 1645
9   libQt5WidgetsAndroidEmu.5.12.1.dylib    0x0000000110d1153d QFrame::event(QEvent*) + 45
10  libQt5WidgetsAndroidEmu.5.12.1.dylib    0x0000000110c2e20d QApplicationPrivate::notify_helper(QObject*, QEvent*) + 269
11  libQt5WidgetsAndroidEmu.5.12.1.dylib    0x0000000110c2f612 QApplication::notify(QObject*, QEvent*) + 594
12  libQt5CoreAndroidEmu.5.12.1.dylib   0x000000010ff0fb04 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 212
13  libQt5CoreAndroidEmu.5.12.1.dylib   0x000000010ff10d3e QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) + 878

我已经尝试过选择软件 - GLES 2.0 进行图形渲染或删除 CylancePROTECT。我不知道我还能做些什么来解决这个问题。

标签: androidmacosreact-nativeavdqemu

解决方案


推荐阅读