Hierarchy Viewer (v1.1)


  1. About Hierarchy View
    1. Allows you to debug and optimize your user interface
    2. A visual representation of your layout's hierarchy of Views
    3. A magnified inspector of the current display with a pixel grid
  2. Run hierarchyviewer
    1. Fire emulator first
    2. Enter sdk/tools, enter hierarchyviewer& to start.
    3. Exception in thread "main" java.awt.AWTError
      Change env from $PATH:xxxx to xxxx:$PATH
  3. Click one device, then you can see the windows on the right side.

    If server not run, use "Start Server" button to start it.
    Select one that you want to see, click the "Load View Hierarchy" button to see the hierarchy chart.
  4. Hierarchy view
      Two buttons
    1. Device : swith back to device view as above picture.
    2. Display View : When you select one item(like ListView), use this button to see the result.



      Right 3 windows
    1. Property window: The property of the select item
    2. Layout window: The layout of the select item
    3. Reduce window: The reduce of left window

留言