4

I am using Android Studio 2.3 on Mac Sierra and I could not find Hierarchy Viewer when I open Device Monitor. There is no viewer on the perspectives list. Does anybody know why is that?

Bartosz Bialecki
  • 4,391
  • 10
  • 42
  • 64

4 Answers4

3

Can't comment, no rep.

After updating to the latest build tools, hierarchy viewer and a bunch of other stuff was removed from the tools directory. I downloaded the tools separately from the Android Studio download page and it included the hierarchy viewer. Not sure what's going on, but it seems updating build tools in Android Studio removes the hierarchy viewer.

Edit: Hierarchy viewer is listed under the deprecated features from Build tools 25.3.0

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

BlotCoo
  • 128
  • 5
  • 4
    Hierarchy Viewer was a great tool, and a a lot of function of it is missing from Layout Inspector. It should not have been removed! – bendaf Apr 22 '17 at 19:21
2

According to google information(http://tools.android.com/recent/androidsdktoolsrevision2530feb2017),hierarchy view is deprecated,and we should use Layout Inspector now (http://tools.android.com/tech-docs/layout-inspector)

jokerLomon
  • 21
  • 1
1

It's not gone, it's location has changed

Tools > Android > Android Device Monitor > Window > Open perspective > Hierarchy View

LF00
  • 27,015
  • 29
  • 156
  • 295
-1

The name has changed and the location also has changed,

Tools > layout inspector

rohit thomas
  • 2,302
  • 11
  • 23
Leo Ye
  • 1
  • 1