0

I have xiaomi redmi note 4 Usb depegging is on But when I try to run flutter doctor i have this issue

C:\Users\joybank>flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, v1.0.0, on Microsoft Windows [Version 
10.0.16299.251], locale en-US)
[√] Android toolchain - develop for Android devices (Android SDK 
28.0.3)
[√] Android Studio (version 3.3)
[!] Connected device

! Doctor found issues in 1 categoryp
DJ-Glock
  • 1,277
  • 2
  • 12
  • 39
  • check if you have the device with 'Media (UTP, File Transfer)' on your phone. It's required to load the Flutter app onto the device. – Jeremi G Feb 05 '19 at 03:54
  • How to check that? – Abanub Fouad Feb 05 '19 at 06:45
  • Possible duplicate of [flutter run: No connected devices](https://stackoverflow.com/questions/49045393/flutter-run-no-connected-devices) – Nico Haase Feb 05 '19 at 08:18
  • It should be on the screen when you connect the phone and click the notification. It asks you whether it's for file transfer or charging. – Jeremi G Feb 05 '19 at 11:55

1 Answers1

0

You might be missing the USB Driver for Android as mentioned in this guide. If the driver has been installed previously, try reinstalling it again and run flutter devices on your terminal to check if Flutter recognizes the connected Android device.

Omatt
  • 8,564
  • 2
  • 42
  • 144