简体   繁体   English

Android Studio Flutter - 虚拟设备正在加载或卡住

[英]Android Studio Flutter - Virtual Device in Loading or stuck

When opening Android Studio and trying to run my first demo app of flutter.打开 Android Studio 并尝试运行我的第一个 flutter 演示应用程序时。 The device section continues to show loading;设备部分继续显示加载; even when the emulator is on.即使模拟器打开。

android studio 加载虚拟设备卡住了。

The error I get when I click on loading & try to choose virtual device.单击加载并尝试选择虚拟设备时出现错误。

Error Opening Emulator
            emulator: ERROR: Running multiple emulators with the same AVD is an experimental feature.
            Please use -read-only flag to enable this feature.

i think thats a bug from android studio but you can start you emulator by going to the avd manager:我认为这是 android 工作室的一个错误,但你可以通过 avd 管理器启动你的模拟器:

在此处输入图像描述

and starting or creating it from there:并从那里开始或创建它:

在此处输入图像描述

hope it helped希望它有所帮助

On Windows: terminal Android Studio在 Windows 上:终端 Android Studio

taskkill /F /IM dart.exe

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM