Reputation: 2903
Just wondering where I can find the new Layout Inspector feature in Android Studio 2.2 released yesterday.
Upvotes: 4
Views: 3127
Reputation: 18002
None of the above worked in android 4. I've found that it has been moved to View
/ Tool Windows
/ Layout Inspector
Upvotes: 1
Reputation: 25312
Android Monitor has been replaced by Android profiler which no longer contains Layout Inflator...It has been moved to.. Tools -> Android -> Layout Inspector...
Check the below image:
Upvotes: 13
Reputation: 4281
Android Studio 3.0 onwards, Android Monitor is replaced by Android Profiler, which does not have Layout Inspector.
You can find it:
Upvotes: 1
Reputation: 1726
You can find the new Layout Inspector in the Android Monitor section at the bottom of your new Android studio Window. There you can pick the button just below the screen recording
Upvotes: 9