How to make “Hierarchy Viewer” work in a real device?
I am new to android development I started using "Hierarchy Viewer"...it works fine with emulator that comes up with sdk. The thing is I want to use this on a real device. I have made my research and found because of security reasons it works only on emulator and developers phone, from various sources. Official Android Developer Site But I also found that by using the "ViewServer.java" in our project, we can use this tool on real device. GitHub romainguy / ViewServer Link: What I understand is there are 2 things to be done... Include this ViewServer.java into our project Add the INTERNET