Flutter 不检测设备
Flutter doesn't detect devices
我已经在 Infinix phone 上使用 flutter 几个月了,它运行良好。但是我丢了phone。现在我正在尝试 运行 其他设备上的应用程序。我在两个设备上都启用了调试模式,但 flutter doctor 说没有设备。
The computer shows 2 devices connected
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel master, v1.10.5-pre.28, on Microsoft Windows
[version
10.0.10240], locale fr-FR)
[√] Android toolchain - develop for Android devices (Android SDK
version 28.0.3)
[√] Android Studio (version 3.5)
[√] VS Code (version 1.40.2)
[!] Connected device
! No devices available
检查您的 phone 文件传输模式
当然要检查你的通知面板是否激活了调试模式
已解决!
原来我只需要安装设备制造商的驱动程序。
开启:
Developer options -> USB debugging
我已经在 Infinix phone 上使用 flutter 几个月了,它运行良好。但是我丢了phone。现在我正在尝试 运行 其他设备上的应用程序。我在两个设备上都启用了调试模式,但 flutter doctor 说没有设备。
The computer shows 2 devices connected
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel master, v1.10.5-pre.28, on Microsoft Windows [version 10.0.10240], locale fr-FR)
[√] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[√] Android Studio (version 3.5)
[√] VS Code (version 1.40.2)
[!] Connected device ! No devices available
检查您的 phone 文件传输模式
当然要检查你的通知面板是否激活了调试模式
已解决!
原来我只需要安装设备制造商的驱动程序。
开启:
Developer options -> USB debugging