Search code examples
flutterintellij-ideadartandroid-emulator

Flutter: Intellij does show no device (but no problem in Android Project)


I am trying to set up Flutter in Intellij (2020.1 Community Edition). I installed Dart and Flutter as plug-ins. I also have installed the Flutter SDK as well as the Android SDK.

After downloading an android virtual device (Pixel 2 XL API 27) I wanted to try out to run the Flutter template app, but it fails to recognize the emulator. When I create an Android Project and try to run it with an emulator it runs without any problems.

This post (Flutter : No devices) did not provide me with anything useful.


Solution

  • I solved the issue. I went to File > Project Structure > Project. At Project SDK I selected Android API 28 Platform. Then click Apply and Ok to finish this process. After doing this step you can select the device.