Does Android Studio have a Hierarchy Viewer?

若如初见. 提交于 2020-01-26 23:54:33

问题


I tried searching on here but couldn't find the answer.

I'm looking for a way to launch the Hierarchy Viewer from within Android Studio, rather than having to launch it at the command-line. I've recently migrated to Android Studio from Eclipse, and this functionality was available under the DDMS set of tools in that IDE.

I've looked under the "Android" toolbar, and can see the screen-shot functionality there, but not the hierarchy viewer. I've also looked under Tools > Android in the menu system, and it's not there either.


回答1:


DDMS, Hierarchy Viewer, openGL Tracer etc all moved into Android Device Monitor. To access:

  1. In Android Studio: "Tools" menu > Android > Android Device Monitor
  2. In ADM: "Window" Menu > Perspective
  3. Click on Hierarchy Viewer.



回答2:


Another option is to use the new Layout Inspector introduced in Android Studio 2.2.

Android Studio 3.2

The layout inspector is now found directly under tools. Tools > Layout Inspector

Android Studio 3

The layout inspector can only be found under Tools > Android > Layout Inspector

Android Studio 2.2

Instructions from original link on how to open the Layout Inspector:

To open the Layout Inspector, first launch your app on a connected device or emulator. Then open the Android Monitor

window, select your device and app process, and then click Layout Inspector

. You can also open it by clicking Tools > Android > Layout Inspector in the menu bar.


来源:https://stackoverflow.com/questions/25390405/does-android-studio-have-a-hierarchy-viewer

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!