I've installed AndroidViewClient on Windows using easy_install as recommended, and I'm having trouble performing a basic dump.
D:\Apps\Python27\Lib\site-packages\androidviewclient-10.5.1-py2.7.egg\EGG-INFO\scripts>python dump -Vc
Connecting to a device with serialno=.* with a timeout of 60 secs...
Connected to device with serialno=.*
Actual device serialno=XXXXXXXXXX
Traceback (most recent call last):
File "dump", line 189, in <module>
vc.dump(window=options[WINDOW])
File "D:\Apps\Python27\lib\site-packages\androidviewclient-10.5.1-py2.7.egg\com\dtmilano\android\viewclient.py", line 3074, in dump
raise RuntimeError('''ERROR: UiAutomator output contains no valid information. UiAutomator was killed, no reason given.''' + extraInfo)
RuntimeError: ERROR: UiAutomator output contains no valid information. UiAutomator was killed, no reason given.
I just want to make sure that my AndroidViewClient install is sane, so that I can dig my way through transitioning from my current low-level UI calls with MonkeyRunner.
For the record, I'm using a Sony Xperia Z3 Compact (non-rooted).
Also, I have a very basic understanding or even no understanding at all for all this (python modules, android, AVC...), so I apologize right away and profusely for any obvious overlook...