我试图用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.

这个问题有解决办法吗?


当前回答

我用Flutter控制台解决了AVD问题。

步骤1:

C: \ Users \ valer> flutter emulators
6 available emulators:

3.2_QVGA_ADP2_API_22 _-_ Lollipop • 3.2in QVGA (ADP2) • Generic • 3.2 QVGA (ADP2) API 22 - Lollipop
Android_ARMv7a
Android_Accelerated_x86
Nexus S API Google Nexus S API 23
Nexus_S_API_25_1080x1920_Nougart_7.1.1_ • pixel • Google • Nexus S API 25 1080x1920 (Nougart 7.1.1)
Pixel_API_28 • pixel • Google • Pixel API 28

要运行模拟器,请运行flutter模拟器——launch <模拟器id>。

步骤2:

C: \ Users \ valer> flutter emulators --launch Pixel_API_28

其他回答

如果你想通过Wi-Fi在物理设备上测试你的应用:

1)。通过USB连接设备(确保开发人员选项和USB调试已启用) 2)。在Android Studio终端中输入:adb tcpip 5555 3)。移除USB连接 4)。在Android Studio终端输入:adb connect <您设备的IP地址>

或者,你也可以使用Android Studio的Wi-Fi ADB扩展。我不知道Visual Studio Code是否有类似的扩展。

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

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

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

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

是的。这工作。给我。

上述解决方案都不适合我,但我能够通过使catch无效并重新启动Android Studio来解决它:

菜单文件→Invalidate渔获/重启…

编辑:::

清除Android Studio的缓存,使其摆脱混乱状态

选择“File > Invalidate cache / Restart”,然后点击“Invalidate and Restart”按钮。

清理并重新构建项目。

如果你已经安装并设置了模拟器,但在运行应用程序时遇到了这个问题,你可以尝试以下步骤来解决这个问题。

步骤:

Open Android Studio 菜单工具→AVD管理 虚拟设备→动作(参考图片) 点击停止 现在启动模拟器

注意-如果它仍然不工作,尝试第4 再次清除数据。