Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Inspect UI elements in Android [closed]

Tags:

java

android

One of the most powerful tools coming from web development is the inspect elements capability in webkit/firebug that allows you to inspect the items in the DOM. Is there any equivalent for Android (non-web) development? I've been looking into MonkeyRunner but I'm not sure it has a way to describe the running app yet.

like image 434
Abdullah Jibaly Avatar asked Nov 29 '11 00:11

Abdullah Jibaly


1 Answers

The closest thing is probably the hierarchy viewer tool.

like image 52
kabuko Avatar answered Oct 23 '22 10:10

kabuko