VS code and Android Studio is recognizing my connected android device. My device is showing up on file explorer though. I have turned on USB debugging from settings too.
Below is the result of flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 2.8.1, on Microsoft Windows [Version 10.0.22000.493], locale en-US)
[√] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
[√] Android Studio (version 4.0)
[√] VS Code (version 1.64.2)
[!] Connected device
! No devices available
! Doctor found issues in 1 category.
What I have tried
https://github.com/Dart-Code/Dart-Code/issues/1634#issuecomment-485071966 https://developer.android.com/studio/run/oem-usb#Win10
CodePudding user response:
Please check you follow the proper steps to connect your Device.
- Turn on the developer options on your device
- Enable USB debugging on your Device
- When connecting the device to your Machine don't select charge only mode
- Accept Certificate in certificate popup for the machine after connecting the device
CodePudding user response:
Please check link below. It might solve your problem of not showing devices (Message "flutter run: No connected devices"):- Message "flutter run: No connected devices"