Flutter Doctor Scanning for devices takes a very long time

Viewed 1045

I'm encountering a problem in windows flutter installation. if I run flutter doctor -v it stuck on the scanning of devices. I've already uninstalled reinstalled flutter and android studio but still facing the same issue. I've tried every solution I could find on the web but to no avail. I am trying to make this run the whole day and still unsuccessful. Thanks for the help.

Here's a screenshot of the Scanning of devices is taking a long time.

enter image description here

1 Answers

This might happen if you have any emulator process running in the background.

Try rebooting the system.

Related