3

enter image description here

Stuck in Loading Devices in Android Studio. Found below question in Stack Overflow but not helped,

Android Studio device list stuck on loading

I have tried invalidate cache and restart, but not solved. Please any body help me to solve this issue. My Android Studio version is 4.1.1 Thanks in Advance.

Below Answer Solved my issue:

https://stackoverflow.com/a/49345049/11630822

Kousalya
  • 660
  • 5
  • 20

5 Answers5

4

for mac users

  1. Closing android studio.
  2. Open Activity Monitor
  3. Search adb
  4. Force quit adb search results.
Yıldırım
  • 687
  • 9
  • 23
0

What helped me is to reinstall Android Studio and ADB from scratch. Sounds like a bit an overhead but it worked.

Andrew
  • 1,590
  • 14
  • 27
0

i faced same problem and spend half day to fix this .finally done . this problem is due to Adb not working well so you need to stop/disconnect adb open platform tools folder from C partition

C:\Users\addipc\AppData\Local\Android\Sdk\platform-tools

open command prompt from this folder via entering 'cmd' in path bar

press enter button and run command
adb disconnect

if not work with this then connect it again

run command this again

adb tcpip 5555

That's it

Adnan Bashir
  • 280
  • 2
  • 7
0

it works for me.

Simply disconnect your actual device and after loading finished, you can connect it again.

-1

I had the same problem too.Seems I had not installed

platform tools

Go to

setting->Android SDK->SDK Tools Then tick Android SDK tools

enter image description here

gatwirival
  • 99
  • 11