Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio device list stuck on loading

I'm trying to add a virtual phone to the device list, however, the device list is stuck on loading.

StuckLoading

I use the default nexus 5 device on AVD:

AVDConfiguration

I am on Windows 10 and trying to set up Flutter.

like image 468
Léo Coletta Avatar asked Jun 29 '18 11:06

Léo Coletta


People also ask

How to fix Android Studio Loading devices?

Step 1: Go to SDK Location.Apply & Restart. This should solve your issue. If error doesn't goes away, Try Invalidate Caches/ Restart.

Why Android Studio is not opening?

If Studio doesn't start after an upgrade, the problem may be due to an invalid Android Studio configuration imported from a previous version of Android Studio or an incompatible plugin.


1 Answers

Quick fix on Android Studio:

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

enter image description here

like image 150
Ashish Avatar answered Sep 30 '22 14:09

Ashish