I am new to use android view client and am trying to run a view client program from my system and always getting error like:
ERROR: testSomething (__main__.CulebraTests)
----------------------------------------------------------------------
Traceback (most recent call last):
raise RuntimeError('''ERROR: UiAutomator output contains no valid informatio
n. UiAutomator was killed, no reason given.''' + extraInfo) RuntimeError:
ERROR: UiAutomator output contains no valid information. UiAutomat
or was killed, no reason given.
It is known that 'com.android.commands.monkey' conflicts with 'uiautomator'. Please kill it and try again.
Is there any workaround I can use as I see UIAutomator dump always gets killed when trying to assign parameters to "VC" in my case:
vc = ViewClient(device, serialno)