Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am trying to debug an android app on nexus one with an hierarchy viewer. I start hierarchy view on desktop, Under 'Devices', I see my phone, but when I click 'Start Server', I see 'version = 2 protocol = 2 version = 2' on the terminal of when I start hierarchy viewer.

But nothing else happens, 'Load View Hierarchy' remains disabled.

Can you please tell me how can I get hierarchy viewer to work?

share|improve this question

3 Answers

Or include the ViewServer into your application. Then you can use the hierarchy viewer on any device. But only for your own app.

https://github.com/romainguy/ViewServer

ADT version 12 required.

share|improve this answer

From the Mark Murphy's book:

Note that you cannot use HierarchyViewer with a production Android device (e.g., T-Mobile G1)

Though, I've been able to run the HierarchyViewer on my handset after installing an unoffical ROM and rooting it. I think it voids the guarantee, though.

share|improve this answer

You will need to unlock bootloader and root the device. Running hierarchyViewer along totally worth the time.

share|improve this answer
It's more than just rooting the device. ro.debuggable and ro.secure need to be set to 'engineering' options. 1, and 0 respectively. – Nelson Ramirez Jul 24 '12 at 12:59

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.