Android Hierarchy viewer is missing
Hierarchy Viewer tool is missing from my android-sdk-windows\tools directory.
Link to tool: http://developer.android.com/guide/developing/tools/hierarchy-viewer.html
Should it be there is first place?
P.S. SDK Tools rev. 7, Platforms 7 & 8 开发者_开发技巧packages are installed.
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.
In my windows install, there is a hierarchyviewer.jar in \tools\lib
directory.
Open a command prompt in that directory, type "hierarchyviewer.jar" and press enter.
That starts the hierarchyviewer for me at least.
精彩评论