Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 665
Yeahia2508 Avatar asked Jun 14 '20 08:06

Yeahia2508


1 Answers

File > Settings > Experimental uncheck Enable Live Layout Inspector

like image 97
ma0575 Avatar answered Oct 24 '22 20:10

ma0575