Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cant run it getting No supported devices connected. #3

Open
kw2019ltd opened this issue Oct 3, 2020 · 2 comments
Open

cant run it getting No supported devices connected. #3

kw2019ltd opened this issue Oct 3, 2020 · 2 comments

Comments

@kw2019ltd
Copy link

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

@Tembocs
Copy link

Tembocs commented Oct 3, 2020

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.

@xtyxtyx
Copy link
Member

xtyxtyx commented Oct 4, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants