Search code examples
flutterandroid-studioadb

Android studio doesn't show device list


My android studio doesn't show device list on my current project. But usually it does show. Here is the screenshot: enter image description here

When i click run button, it says something like this: enter image description here

But when i run flutter devices on the terminal, it says 3 connected devices: enter image description here

Does anyone know how to solve this?

Note: i'm using android studio giraffe


Solution

  • it's my fault. I didn't check enable dart support for the project. enter image description here

    I checked enable dart support for the project and enable dart support for the following modules.