Created
February 17, 2015 19:13
-
-
Save bdiegel/ded0b14711e549ebb957 to your computer and use it in GitHub Desktop.
Android Hierarchy Viewer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Hierarchy Viewer only works by default with phones running a developer version of the Android OS. | |
# | |
# 1. Phone running Jellybean or higher: add the environment variable: ANDROID_HVPROTO=ddm | |
# 2. You can run Hierarchy Viewer on an emulated phone. | |
# 3. Use the ViewServer library for pre Jellybean phone | |
# https://github.com/romainguy/ViewServer | |
# set this environment variable | |
$ export ANDROID_HVPROTO=ddm; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment