skip to Main Content

I am trying to use the layout inspector in my compose app, but anytime I run my app, I can’t find my
emulator in the layout inspector available devices, but it finds my physical device… I am using AS Giraffe

I was expecting to find my emulator in running devices in my layout inspector

2

Answers


  1. Invalidate and restart your android studio.

    Login or Signup to reply.
  2. You need to invalidate caches(When you invalidate the cache, Android Studio rebuilds all projects you had opened in the current version of the IDE) and restart your android studio.

    Go to:File-> Click:Invalidate caches...-> Check:1st and 2nd options-> Click:Invalidate and Restart

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search