Skip to content

Instantly share code, notes, and snippets.

@bdiegel
Created February 17, 2015 19:13
Show Gist options
  • Save bdiegel/ded0b14711e549ebb957 to your computer and use it in GitHub Desktop.
Save bdiegel/ded0b14711e549ebb957 to your computer and use it in GitHub Desktop.
Android Hierarchy Viewer
# 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