Yeahia Md Arif
Yeahia Md Arif

Reputation: 7926

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

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

Upvotes: 8

Views: 2030

Answers (2)

Vaclovas Rekašius Jr.
Vaclovas Rekašius Jr.

Reputation: 401

Just use Android Profiler for this

enter image description here

Upvotes: 0

ma0575
ma0575

Reputation: 104

File > Settings > Experimental uncheck Enable Live Layout Inspector

Upvotes: 8

Related Questions