App inspection does not detect any devices

Viewed 117

android studio version: android studio

pc:

pc

problem:

I'm running the app on an emulator (pixel 4 API 28), however no process appears here, tried uninstalling the app on the device, cleaning the cache, wiping the data from the emulator and cold booting, nothing changed. Any ideas?

enter image description here

2 Answers

instead of updating android studio uninstall and install newly because Android SDK is corrupted sometimes or some file are missed.

I faced this issue as well but I solved this...

The solution I used is :

File -> Invalidate Caches/Restart -> Invalidate and restart

I hope this will work for you as well.

Related