Android Studio device list stuck on loading

If you have stored your Flutter SDK in Local Disk C, then move it to another (Non-Admin Location) disk and then try using Android studio

Alternatively: Simply run your Android Studio as Administrator and it will work fine (Although running flutter with Admin privileges is not recommended nor required either)! I spent 3 hrs looking for a solution and suddenly realized this option and it worked for me


Go to File -> Invalidate Caches / Restart... -> Invalidate and Restart worked for me.

Image of Android Studio


Quick fix on Android Studio:

  1. Search anywhere -> (Shift+Shift )
  2. Look for -> Restart Flutter Daemon

enter image description here