I've installed Android Studio with Flutter/Dart plugin on Windows 10.
- Android Studio 3.4.2
- Flutter Plugin 38.2
- Dart Plugin v183.6270
If I open a Flutter project in Android Studio, the device list always displays "loading", and I see my three devices:
- Android Accelerated x86 Oreo
- Nexus 4 API 28
- Nexus 6 API 28
I selected one device and it opens on the emulator, but when I start the project this error message is displayed:
No Connected Devices Found
No connected devices found; please connect a device, or see flutter.io/setup for getting started instructions.
When I run flutter devices, the device is listed as connected:
PS C:\users\vsysm03> flutter devices
1 connected device:
Android SDK built for x86 • emulator-5554 • android-x86 • Android 9 (API 28) (emulator)
PS C:\users\vsysm03>
What is going wrong?
![device list]](../../images/5aca17af6a89e8b3e8e4338da73eda9a.webp)
![no device connected]](../../images/6b2ba837a12ed552886500d0e83cae91.webp)
