Open licollins opened 3 years ago
Hello,
I am trying to run q-testing in ubuntu 18 in an Android 9 device, emulator Android 4.4 and emulator Android 6 Emulator, in all I had same error
from uiautomator import Device ImportError: No module named uiautomator
and in Episodes the test is not running, it is appearing the message uiautomator dump error
Can you help me to solve this?
Did you install uiautomator with 'pip install uiautomator==0.3.6' as our guidance?
Hello,
I am trying to run q-testing in ubuntu 18 in an Android 9 device, emulator Android 4.4 and emulator Android 6 Emulator, in all I had same error
from uiautomator import Device ImportError: No module named uiautomator
and in Episodes the test is not running, it is appearing the message uiautomator dump error
Can you help me to solve this?