Android Debug Monitor Hierarchy View Not Showing

Hierarchy Viewer is gone

Latest build tools (25.3.0) removes hierarchy viewer.

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

hierarchy is not working for my device

HierarchyViewer doesn't work on production builds for security reasons. I wrote an API that lets you use HierarchyViewer on any device with your app: https://github.com/romainguy/ViewServer

Android: Hierarchy Viewer doesn't exist

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

Android Hierarchy viewer is missing

This is a problem with the Windows SDK tools distribution. This might be the right version from the open source project. Otherwise, perhaps somebody else who is presently running Windows can publish a link to it.

Hierarchy view does not display application activity

Hierarchy View does not work with ordinary apps on production hardware. It works with the Android SDK emulator, and it may work on hardware if you compile in ViewServer.

Consider using uiautomatorviewer, as that works on production hardware.



Related Topics



Leave a reply



Submit