Android Studio device dropdown stuck on “Loading…”

android-studioemulator

So after some pause in mobile development, I decided to get back to it and so I decided to upgrade Android Studio to v3.3 as well (Windows x64) along with Flutter and Dart. Now my problem is that when I click the device dropdown <no devices> in the toolbar, it displays this:

enter image description here

And when I move the window around the loading item stays in its fixed position until I randomly click somewhere.

enter image description here

Despite this, I can still launch an emulator using the AVD manager, though it won't connect to the application because of this bug. The weird thing is, I also installed Android Studio on my new laptop, but there it does work, so it's probably a fault in my settings.

I've already filed a bug report, but does anyone know a fix or workaround to this problem? Thanks in advance!

Best Answer

Try reinstalling Flutter and/or resetting the Flutter SDK path under "File > Settings > Languages and Frameworks > Flutter".

Related Question