Android Studio device dropdown stuck on "Loading..."

1

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!

Noodles

Posted 2019-02-04T19:48:12.523

Reputation: 176

Answers

3

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

Noodles

Posted 2019-02-04T19:48:12.523

Reputation: 176

Saved me. Thank you. – Daniel Egan – 2020-02-26T03:44:50.683

0

Check my answer here https://stackoverflow.com/a/56812989/773718

  • Make sure you have Power Shell 5.1 or greater (You can run this command to check $PSVersionTable.PSVersion Update Flutter, Dart and Android studio then restart Android Studio

MSaudi

Posted 2019-02-04T19:48:12.523

Reputation: 101