Android Studio的模拟器无法启动

时间:2020-04-18 04:32:01

标签: android angular android-studio flutter android-emulator

仿真器未启动avd。当我打开avd时,它显示了启动avd并完成该过程的过程,但是此后没有任何反应。没有错误,什么也没有。在任务管理器中,它显示正在运行的进程,例如adb.exe,emulator.exe。但是什么也没发生。它曾经工作正常。但是这个问题无处不在。 这是虚拟设备的详细信息

名称:Pixel_2_API_29

CPU / ABI:Google Play英特尔凌动(x86)

路径:C:\ Users \ admin.android \ avd \ Pixel_2_API_29.avd

目标:google_apis_playstore [Google Play](API级别29)

皮肤:pixel_2

SD卡:512 MB

fastboot.chosenSnapshotFile:

runtime.network.speed:完整

硬件加速度计:是

hw.device.name:pixel_2

hw.lcd.width:1080

hw.initialOrientation:纵向

image.androidVersion.api:29

tag.id:google_apis_playstore

hw.mainKeys:否

hw.camera.front:模拟

avd.ini.displayname:Pixel 2 API 29

hw.gpu.mode:自动

hw.ramSize:1536

PlayStore.enabled:是

fastboot.forceColdBoot:否

hw.cpu.ncore:2

硬件键盘:是

hw.sensors.proximity:是

hw.dPad:否

hw.lcd.height:1920

vm.heapSize:256

skin.dynamic:是

hw.device.manufacturer:Google

hw.gps:是

hw.audioInput:是

image.sysdir.1:系统映像\ android-29 \ google_apis_playstore \ x86 \

showDeviceFrame:是

hw.camera.back:虚拟场景

AvdId:Pixel_2_API_29

hw.lcd。密度:420

hw.arc:否

hw.device.hash2:MD5:55acbc835978f326788ed66a5cd4c9a​​7

fastboot.forceChosenSnapshotBoot:否

fastboot.forceFastBoot:是

hw.trackBall:否

hw.battery:是的

hw.sdCard:是

tag.display:Google Play

runtime.network.latency:无

disk.dataPartition.size:2G

hw.sensors.orientation:是

avd.ini.encoding:UTF-8

hw.gpu.enabled:是

4 个答案:

答案 0 :(得分:0)

最好提供一些屏幕截图。可能导致最低系统要求的任何方式,甚至已按下电源按钮并使其进入睡眠状态。尝试重新安装它。或者,您甚至可以尝试使用Genymotion。它比android avd轻一些,甚至更快。

答案 1 :(得分:0)

请运行以下命令清除AVD中的所有错误。.

1. adb kill-server
2. adb start-server
3. adb devices

答案 2 :(得分:0)

停止运行AVD,然后尝试擦除AVD Manager中的数据。冷启动并检查模拟器是否正常运行。如果问题仍然存在,则必须将其删除并创建一个新的虚拟设备。

答案 3 :(得分:0)

我有相同的问题很多个月了。我发现的唯一解决方案是:

1. Do the same steps you are using now

2. Then in AVD Manager, stop the virtual device (right click and select Stop 
   or down icon on the far right of the device line)

3. Wait for <NO DEVICE> in the top menu bar Flutter Device Selection.

4. From AVD Manager, launch the AVD again.

对不起,刚刚意识到这是一个老问题。