flutter-intellij icon indicating copy to clipboard operation
flutter-intellij copied to clipboard

Can not get device emulation to work with flutter-intellij

Open dhoffer opened this issue 1 year ago • 0 comments

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

I'm building my first Flutter app using IntelliJ but when I want to run it on a device he only options are web & desktop. I also want to see how it displays on a mobile device via emulation. But there is no options for mobile devices.

Version info

Please paste the output of running flutter doctor -v here (available from the command line or from Tools > Flutter > Flutter Doctor). It will provide the version of the Flutter framework as well as of the IntelliJ plugin.

C:\Users\dhoff>flutter doctor -v [√] Flutter (Channel stable, 3.16.5, on Microsoft Windows [Version 10.0.22621.2861], locale en-US) • Flutter version 3.16.5 on channel stable at C:\Programs\flutter_windows_3.16.5-stable\flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 78666c8dc5 (7 days ago), 2023-12-19 16:14:14 -0800 • Engine revision 3f3e560236 • Dart version 3.2.3 • DevTools version 2.28.4

[√] Windows Version (Installed version of Windows is version 10 or higher)

[√] Android toolchain - develop for Android devices (Android SDK version 34.0.0) • Android SDK at C:\Programs\Android\SDK • Platform android-34, build-tools 34.0.0 • ANDROID_SDK_ROOT = C:\Programs\Android\SDK • Java binary at: C:\Programs\Android\Android Studio\jbr\bin\java • Java version OpenJDK Runtime Environment (build 17.0.7+0-b2043.56-10550314) • All Android licenses accepted.

[√] Chrome - develop for the web • Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe

[√] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.8.3) • Visual Studio at C:\Program Files\Microsoft Visual Studio\2022\Community • Visual Studio Community 2022 version 17.8.34330.188 • Windows 10 SDK version 10.0.22621.0

[√] Android Studio (version 2023.1) • Android Studio at C:\Programs\Android\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 17.0.7+0-b2043.56-10550314)

[√] IntelliJ IDEA Community Edition (version 2023.3) • IntelliJ at C:\Users\dhoff\AppData\Local\Programs\IntelliJ IDEA Community Edition • Flutter plugin version 77.0.1 • Dart plugin version 233.13135.65

[√] Connected device (3 available) • Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.22621.2861] • Chrome (web) • chrome • web-javascript • Google Chrome 120.0.6099.130 • Edge (web) • edge • web-javascript • Microsoft Edge 120.0.2210.91

[√] Network resources • All expected network resources are available.

• No issues found!

dhoffer avatar Dec 27 '23 00:12 dhoffer