我试图用Flutter创建一个示例应用程序(新安装)。还安装了Android Studio(新安装)。

这是颤振运行的输出

flutter run
No connected devices.

颤振医生输出:

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel beta, v0.1.5, on Linux, locale en_US.UTF-8)
[✓] Android toolchain - develop for Android devices (Android SDK 27.0.3)
[✓] Android Studio (version 3.0)
[!] VS Code (version 1.20.1)
[!] Connected devices
! No devices available

! Doctor found issues in 2 categories.

这个问题有解决办法吗?


当前回答

在iOS和Mac中,当我得到这个错误时,这为我工作:

open -a simulators
flutter run

其他回答

应该至少连接一个设备/模拟器来运行Flutter应用程序。

还要确保在开发人员设置中启用了USB调试。

如果你的设备已经成功连接,只是突然停止被flutter设备(和Android Studio)识别,这对我来说是有效的:

关闭USB调试 重新打开USB调试

是的。这工作。给我。

我用Genymotion来测试应用程序。我也有同样的问题。当我按下运行按钮时,我在过去两个小时遇到了这个错误……

如何修复此错误:只需重新安装Genymotion此错误就消失了。

实际的答案对我没用。

但是在你的~/中设置ANDROID_HOME。Bash_profile文件,登出,然后登录,使它工作!

这可能是Android Studio的问题,因为它没有为开放项目设置这个环境变量。

对于Windows用户,

我的解决方案是作为管理员运行Android Studio