Issue
I've got a physical device ready for debugging. I want to track down the name of the curent activity using the Live Layout Inspector. Seems like there's no such feature, but is there any roundabout way to do this?
Solution
Well, If you are using Android Studio Dolphin | 2021.3.1 or newer, there is no such straight way with layout inspector like the former version. However, you can find the related layout xxx.xml name,which could also help.
Touch any view, find Declared Attributes at the right panel,then shows the layout name, with which will find activty easily.
And also check this: Is there any way to track what fragment/s are visible right now? Try the Profiler way.
Answered By - lee
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.