uiautomator icon indicating copy to clipboard operation
uiautomator copied to clipboard

Not connecting to device, and runs indefinitely / RPC server not started

Open craftpip opened this issue 6 years ago • 7 comments

Adb output:

adb devices
List of devices attached
ZY2243GTVC      device

And script:

from uiautomator import Device

d = Device('ZY2243GTVC')
print(d.dump()) # this line is not executed. the script keeps running

I tried first with a AVD that worked perfectly, but i'm facing this problem on using a physical device.

Please help, Thanks

craftpip avatar Jan 12 '18 04:01 craftpip