lite icon indicating copy to clipboard operation
lite copied to clipboard

cant run it getting No supported devices connected.

Open kw2019ltd opened this issue 5 years ago • 2 comments
trafficstars

i have flutter 1.22 but getting below

image

C:\Users\kotai\AndroidStudioProjects\lite-master>flutter doctor Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, 1.22.0, on Microsoft Windows [Version 10.0.18363.1082], locale en-IL) [!] Android toolchain - develop for Android devices (Android SDK version 29.0.3) X Android license status unknown. Run flutter doctor --android-licenses to accept the SDK licenses. See https://flutter.dev/docs/get-started/install/windows#android-setup for more details. [√] Android Studio (version 4.0) [!] IntelliJ IDEA Ultimate Edition (version 2019.3) X Flutter plugin not installed; this adds Flutter specific functionality. X Dart plugin not installed; this adds Dart specific functionality. [!] Connected device ! No devices available

kw2019ltd avatar Oct 03 '20 10:10 kw2019ltd

Try restart your terminal and then run flutter devices to see the list of available devices. You should have something similar to this.

>  flutter devices
1 connected device:

Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.20201.1000]

You could have more devices if you enabled web as well.

Tembocs avatar Oct 03 '20 17:10 Tembocs

Flutter desktop support is unavailable in stable channel currently.

Try switch to dev or master:

flutter channel dev
// or flutter channel master

See: https://flutter.dev/desktop#set-up

xtyxtyx avatar Oct 04 '20 02:10 xtyxtyx