Select activity manually in live layout inspector (Android Studio 4.0)

Viewed 1334

Before Android Studio 4.0 we had to select activity before getting layout inspector. This helped us to know the current activity name. But in Android Studio 4.0 automatically sync layout inspector with current activity. I didn't find any manual way to select an activity from the current stack.

How to select activity like below image in Android Studio 4.0 live layout inspector?

Basically I need to know current activity name with activity hierarchy list

enter image description here

1 Answers

File > Settings > Experimental uncheck Enable Live Layout Inspector

Related