Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/flutter/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Flutter 颤振跑-d全胜';t起动铬_Flutter - Fatal编程技术网

Flutter 颤振跑-d全胜';t起动铬

Flutter 颤振跑-d全胜';t起动铬,flutter,Flutter,flatterrun-dall将在android和iOS模拟器上启动应用程序,但不会启动chrome 有什么想法吗 这是我的flatter doctor输出,如果这很重要: Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel beta, v1.12.13+hotfix.6, on Mac OS X 10.15.1 19B88, locale de-DE) [✓] Android too

flatterrun-dall
将在android和iOS模拟器上启动应用程序,但不会启动chrome

有什么想法吗

这是我的
flatter doctor
输出,如果这很重要:

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel beta, v1.12.13+hotfix.6, on Mac OS X 10.15.1 19B88, locale de-DE)

[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[✓] Xcode - develop for iOS and macOS (Xcode 11.2.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 3.5)
[!] Android Studio
    ✗ Flutter plugin not installed; this adds Flutter specific functionality.
    ✗ Dart plugin not installed; this adds Dart specific functionality.
    ✗ Android Studio not found at /Applications/Android/Contents
[!] IntelliJ IDEA Community Edition (version 2019.2.3)
    ✗ Flutter plugin not installed; this adds Flutter specific functionality.
    ✗ Dart plugin not installed; this adds Dart specific functionality.
[✓] VS Code (version 1.36.1)
[✓] Connected device (4 available)

! Doctor found issues in 2 categories.

我认为这是预期的行为,就像当除了Chrome和web服务器之外没有其他设备可用时,如果键入
flatter run-d all
,它会输出
no devices found
。我想这是因为网络支持仍处于试验阶段。唯一的办法是
flatter run-d chrome

flatter run-d chrome工作正常吗?@YudhishthirSingh yesI正在尝试让所有设备(iOS、android和web)在调试过程中同时运行,因此
flatter run-d chrome
对我没有帮助我明白,我的观点是你不能。能够指定多个特定的设备将是一件好事,但不幸的是,事实并非如此。他们可能会在web支持进入稳定通道之前提供解决方案。