Android UI 调试常用工具(Dump view UI hierarchy for Automator)

UI调试时程序员比较头疼的问题:有时候经常会被1dp、2dp的问题,搞得无言以对(Android开发深有体会)

下面介绍一个在实际开发过程中常用的一个调试工具,可以精确到每个View在屏幕中的绝对位置(精确到具体的px),有了这样的工具,就可以很好地找到UI中存在的问题了。

其实就是在DDMS视图下,使用Dump view UI hierarchy for Automator:

找到它也很简单的

1、Android studio(大家用了都说好 ),点击上面的小机器人

Android UI 调试常用工具(Dump view UI hierarchy for Automator)

2、选择DDMS视图,找到手机,选中, Dump view UI hierarchy for Automator就在照相机logo旁边,没错,就是这个,手机屏幕里有个小机器人

Android UI 调试常用工具(Dump view UI hierarchy for Automator)

3、手机当前屏幕对应 当前调试页面,选择页面元素,在右面就是现实对应View的信息(类型 坐标 id、。。。)

Android UI 调试常用工具(Dump view UI hierarchy for Automator)

ps:这种方法对新手来说还是挺实用的,已解决些许问题了。

图片属于测试图片

上一篇:Python编码与解码


下一篇:报错:Exception in thread "main" com.typesafe.config.ConfigException$UnresolvedSubstitution