flutter / flutter-intellij

Flutter Plugin for IntelliJ
https://flutter.dev/using-ide
BSD 3-Clause "New" or "Revised" License
1.98k stars 319 forks source link

Device not listed but shows up in CLI #5550

Open arttobe opened 3 years ago

arttobe commented 3 years ago

Hello Everyone,

my device is not list in menu, but when i use the cli I can use it.

Fedora 34 64Bit It is stilll not fixed -> https://github.com/flutter/flutter-intellij/issues/5248

Thanks for the feedback! If your issue is related to the Flutter framework itself, please open an issue at github.com/flutter/flutter.

Steps to Reproduce

Start intellij and look for devices. In the CLI all devices are shown in the ide just the web

Version info

[✓] Flutter (Channel stable, 2.0.6, on Linux, locale en_US.UTF-8) • Flutter version 2.0.6 at /home/moritz/dev/flutter • Framework revision 1d9032c7e1 (6 weeks ago), 2021-04-29 17:37:58 -0700 • Engine revision 05e680e202 • Dart version 2.12.3

[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3) • Android SDK at /home/moritz/dev/android • Platform android-30, build-tools 30.0.3 • ANDROID_HOME = /home/moritz/dev/android • Java binary at: /opt/android-studio/jre/bin/java • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593) • All Android licenses accepted.

[✓] Chrome - develop for the web • Chrome at google-chrome

[✓] Android Studio • Android Studio at /opt/android-studio • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)

[✓] IntelliJ IDEA Ultimate Edition (version 2020.3) • IntelliJ at /opt/idea-IU-203.6682.168 • Flutter plugin version 56.0.3 • Dart plugin version 203.8173

[✓] VS Code (version 1.55.2) • VS Code at /usr/share/code • Flutter extension version 3.22.0

[✓] Connected device (2 available) • sdk gphone x86 (mobile) • emulator-5554 • android-x86 • Android 11 (API 30) (emulator) • Chrome (web) • chrome • web-javascript • Google Chrome 90.0.4430.93

• No issues found!

helin24 commented 3 years ago

@arttobe sorry I don't have any further suggestions. We may rewrite some of the code related to device detection, but in the meantime you can try refreshing the device menu (sometimes it can take multiple refreshes to fix) or keep running your apps in the CLI.

stevemessick commented 3 years ago

@devoncarew