0

I've just started developing an IME keyboard and am not able to use dump its view hierarchy for analysis. Every I use Android Device Monitor or DDMS to dump the view hierarchy while the keyboard is showing, I only get a dump of the activity in focus, even if it is part of the same APK and package.

How do I get the dump of the keyboard?

Captain Blammo
  • 1,897
  • 20
  • 31

1 Answers1

1

The input method does not run in the activity window, it has a window of its own.

Select the InputMethod window in hierarchyviewer.

jspurlock
  • 1,466
  • 10
  • 7