0

I'm running this example, but it keeps showing this error:

windows = vc.list()
  File "/Users/ehsan/Desktop/Android/adt-bundle-mac-x86_64-20130514/sdk/tools/androidviewclient-2.3.24.jar/com/dtmilano/android/viewclient$py.class", line 1864, in list
Exception: Not implemented yet: listing windows with UiAutomator

I can run other examples but I don't know what is the problem. and this is how I run the example:

monkeyrunner -plugin androidviewclient-2.3.24.jar dump-all-windows-lib.py

Thanks in advance...

Ehsan
  • 4,334
  • 7
  • 39
  • 59

1 Answers1

0

That's correct. The list command has not been implemented yet for UiAutomator back-end. You can force the use of ViewServer back-end if you really need it.

Diego Torres Milano
  • 65,697
  • 9
  • 111
  • 134