lannyf
lannyf

Reputation: 11035

android studio canary 4.0, where to see the "Live updates" in Layout Inspector

Installed android studio canary 4.0, but where to see the "Live updates" in Layout Inspector as in the copied screenshot (in my installed one there is no such checkBox?

enter image description here

Upvotes: 2

Views: 2501

Answers (2)

Logo
Logo

Reputation: 1456

  • Open Settings windows from File menu, Click Experimental settings, you can able to view the menu 'Enable Live Layout Inspector'. Enable the checkbox and Apply the settings.
  • you can able to view the Layout Inspector window in bottom right of Android studio prefer to Event Log window.
  • At the top of Layout Inspector window, you have the Live updates control.

Layout Inspector Enable.

Upvotes: 1

11m0
11m0

Reputation: 226

You have to opt into it since its currently experimental. In android studio go to Preferences > Experimental > Layout Inspector, and enable live layout inspector. Then restart studio and you should see a Layout Inspector tab on the bottom right of studio.

Upvotes: 0

Related Questions