On Wed, Jun 20, 2012 at 7:29 PM, nchubrich <[email protected]> wrote: > I've been trying to use the hierarchy viewer, as per the instructions > here: > > http://developer.android.com/guide/developing/debugging/debugging-ui.html > > From what I understand it has to be run through an emulator unless I > have a developer build on my phone. But I still don't get any > connected devices when I do this (and the app is running in the > emulator window). Is there some special type of emulator I have to > create?
No. Hierarchy View should see everything DDMS sees. > Also, I can't seem to be able to get Eclipse/ADB to reuse emulators; > Eclipse always starts a new one every time I restart the application, > and this of course takes aeons. It does this even if I try to go to > Run Configuration -> targets and select a particular emulator. Try rebooting your development machine, or at least restarting the adb daemon (adb kill-server, followed by adb start-server). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 3.7 Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

