Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hierarchy Viewer is gone

It used to work well.But recently I upgraded my Android Studio to 2.3 and I find the hierarchy viewer disappears.I can't find it both in the sdk/tools directory and the Android Device Monitor.

enter image description here

enter image description here

like image 528
Allen Vork Avatar asked Dec 15 '22 00:12

Allen Vork


2 Answers

Latest build tools (25.3.0) removes hierarchy viewer.

http://tools.android.com/recent/androidsdktoolsrevision2530feb2017

like image 63
BlotCoo Avatar answered Feb 01 '23 04:02

BlotCoo


"The Layout Inspector available in Android Studio 2.2 is an early release. It's a work in progress that will supersede the Hierarchy Viewer tool once it is feature complete. For now, it provides a quick solution to inspect the view properties of your layout without leaving the IDE. " I find it in http://tools.android.com/tech-docs/layout-inspector.

According to it the Hierarchy Viewer is removed and we should use the layout inspector instead?

like image 26
Allen Vork Avatar answered Feb 01 '23 03:02

Allen Vork