【发布时间】:2020-01-26 12:12:52
【问题描述】:
我运行 flutter doctor 并给我 2 个类别的 2 个问题。其中之一(我无法在我的智能手机上安装我的应用程序)是我的 macOS 无法识别我的设备:
MacBook-Pro-de-Jesus:~ jesushedo$ flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, v1.12.13+hotfix.5, on Mac OS X 10.14.6 18G103,
locale es-ES)
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
[✓] Xcode - develop for iOS and macOS (Xcode 11.3.1)
[!] Android Studio (version 3.5)
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
[✓] VS Code (version 1.41.1)
[!] Connected device
! No devices available
! Doctor found issues in 2 categories.
我怎样才能让我的设备被识别?
谢谢大家。
【问题讨论】:
-
很可能您需要启用开发人员选项并启用“调试”。
标签: android macos flutter device