为什么Android Studio Emulator进程在每次运行时都会被终止?

为什么Android Studio Emulator进程在每次运行时都会被终止?,android,android-studio,android-emulator,Android,Android Studio,Android Emulator,我目前正在尝试运行我使用Android Studio 4.1创建的应用程序 在Android Studio(v4.1新增)中运行AVD emulator时,每当它无法运行emulator时,我都会在等待设备时收到此错误错误:AVD Pixel_2_API_30的模拟器进程被终止。设备将到达这一点,然后给出我上面提到的错误() 我曾尝试创建新的虚拟设备,以查看我当前使用的虚拟设备是否存在问题,但无论我使用的是什么虚拟设备,我都会遇到同样的问题。我也尝试过擦除设备上的数据,但这似乎并没有解决问题 下

我目前正在尝试运行我使用Android Studio 4.1创建的应用程序

在Android Studio(v4.1新增)中运行AVD emulator时,每当它无法运行emulator时,我都会在等待设备时收到此错误
错误:AVD Pixel_2_API_30的模拟器进程被终止。
设备将到达这一点,然后给出我上面提到的错误()

我曾尝试创建新的虚拟设备,以查看我当前使用的虚拟设备是否存在问题,但无论我使用的是什么虚拟设备,我都会遇到同样的问题。我也尝试过擦除设备上的数据,但这似乎并没有解决问题

下面是我正在使用的设备的详细信息

Name: Pixel_2_API_30

CPU/ABI: Google Play Intel Atom (x86)

Path: C:\Users\Mason\.android\avd\Pixel_2_API_30.avd

Target: google_apis_playstore [Google Play] (API level 30)

Skin: pixel_2

SD Card: 512M

fastboot.chosenSnapshotFile: 

runtime.network.speed: full

hw.accelerometer: yes

hw.device.name: pixel_2

hw.lcd.width: 1080

hw.initialOrientation: Portrait

image.androidVersion.api: 30

tag.id: google_apis_playstore

hw.mainKeys: no

hw.camera.front: emulated

avd.ini.displayname: Pixel 2 API 30

hw.gpu.mode: auto

hw.ramSize: 1536

PlayStore.enabled: true

fastboot.forceColdBoot: no

hw.cpu.ncore: 4

hw.keyboard: yes

hw.sensors.proximity: yes

hw.dPad: no

hw.lcd.height: 1920

vm.heapSize: 256

skin.dynamic: yes

hw.device.manufacturer: Google

hw.gps: yes

hw.audioInput: yes

image.sysdir.1: system-images\android-30\google_apis_playstore\x86\

showDeviceFrame: yes

hw.camera.back: virtualscene

AvdId: Pixel_2_API_30

hw.lcd.density: 420

hw.arc: false

hw.device.hash2: MD5:55acbc835978f326788ed66a5cd4c9a7

fastboot.forceChosenSnapshotBoot: no

fastboot.forceFastBoot: yes

hw.trackBall: no

hw.battery: yes

hw.sdCard: yes

tag.display: Google Play

runtime.network.latency: none

disk.dataPartition.size: 6442450944

hw.sensors.orientation: yes

avd.ini.encoding: UTF-8

hw.gpu.enabled: yes
我不确定为什么我会收到这个错误,任何帮助都将不胜感激